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 /runtime | |
parent | e97b8607c18c16f14ab17825ac20739c4d83b779 (diff) |
Add textobjects.scm to GLSL (#3051)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/queries/glsl/textobjects.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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 |