diff options
author | Mateusz S. Szczygieł | 2022-07-12 15:13:57 +0000 |
---|---|---|
committer | GitHub | 2022-07-12 15:13:57 +0000 |
commit | 5f69beb87f611a339b5a95aa80d19947eeef8f3c (patch) | |
tree | e6da83280db35d2ebb8d6370c660891c4dabef13 | |
parent | e97b8607c18c16f14ab17825ac20739c4d83b779 (diff) |
Add textobjects.scm to GLSL (#3051)
-rw-r--r-- | book/src/generated/lang-support.md | 2 | ||||
-rw-r--r-- | runtime/queries/glsl/textobjects.scm | 1 |
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 |