aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz S. Szczygieł2022-07-12 15:13:57 +0000
committerGitHub2022-07-12 15:13:57 +0000
commit5f69beb87f611a339b5a95aa80d19947eeef8f3c (patch)
treee6da83280db35d2ebb8d6370c660891c4dabef13
parente97b8607c18c16f14ab17825ac20739c4d83b779 (diff)
Add textobjects.scm to GLSL (#3051)
-rw-r--r--book/src/generated/lang-support.md2
-rw-r--r--runtime/queries/glsl/textobjects.scm1
2 files changed, 2 insertions, 1 deletions
diff --git a/book/src/generated/lang-support.md b/book/src/generated/lang-support.md
index 978f42a7..64cb32c3 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` |
diff --git a/runtime/queries/glsl/textobjects.scm b/runtime/queries/glsl/textobjects.scm
new file mode 100644
index 00000000..a5a5208c
--- /dev/null
+++ b/runtime/queries/glsl/textobjects.scm
@@ -0,0 +1 @@
+; inherits: c