Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/wgsl/textobjects.scm')
| -rw-r--r-- | runtime/queries/wgsl/textobjects.scm | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/runtime/queries/wgsl/textobjects.scm b/runtime/queries/wgsl/textobjects.scm deleted file mode 100644 index 4dade474..00000000 --- a/runtime/queries/wgsl/textobjects.scm +++ /dev/null @@ -1,14 +0,0 @@ -(function_declaration - body: (_) @function.inside) @function.around - -(struct_declaration) @class.around - -[ - (struct_member) - (parameter) - (variable_declaration) -] @parameter.around - -(comment) @comment.inside - -(comment)+ @comment.around |