From 62eff4e5402c873362b68dcf8fc8b95b1b15b000 Mon Sep 17 00:00:00 2001 From: Mateusz Szczygiel <41059082+matszczygiel@users.noreply.github.com> Date: Tue, 12 Jul 2022 16:55:45 +0200 Subject: [PATCH 1/2] add textobjects.scm to glsl --- runtime/queries/glsl/textobjects.scm | 1 + 1 file changed, 1 insertion(+) create mode 100644 runtime/queries/glsl/textobjects.scm diff --git a/runtime/queries/glsl/textobjects.scm b/runtime/queries/glsl/textobjects.scm new file mode 100644 index 000000000000..a5a5208ca9c7 --- /dev/null +++ b/runtime/queries/glsl/textobjects.scm @@ -0,0 +1 @@ +; inherits: c From 75115db48e0fa54d407b098166801a5e15991279 Mon Sep 17 00:00:00 2001 From: Mateusz Szczygiel <41059082+matszczygiel@users.noreply.github.com> Date: Tue, 12 Jul 2022 17:05:29 +0200 Subject: [PATCH 2/2] update lang docs --- book/src/generated/lang-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/generated/lang-support.md b/book/src/generated/lang-support.md index 085d92a8ffc7..a3e1cb6a4d9d 100644 --- a/book/src/generated/lang-support.md +++ b/book/src/generated/lang-support.md @@ -31,7 +31,7 @@ | git-ignore | ✓ | | | | | git-rebase | ✓ | | | | | gleam | ✓ | ✓ | | | -| glsl | ✓ | | ✓ | | +| glsl | ✓ | ✓ | ✓ | | | go | ✓ | ✓ | ✓ | `gopls` | | gomod | ✓ | | | `gopls` | | gowork | ✓ | | | `gopls` |