Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/godot-resource/textobjects.scm')
| -rw-r--r-- | runtime/queries/godot-resource/textobjects.scm | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/runtime/queries/godot-resource/textobjects.scm b/runtime/queries/godot-resource/textobjects.scm deleted file mode 100644 index aeb4e3eb..00000000 --- a/runtime/queries/godot-resource/textobjects.scm +++ /dev/null @@ -1,23 +0,0 @@ -(section - (identifier) - (_) - (property) @class.inside -) @class.around - -(attribute - (identifier) - (_) @parameter.inside) @parameter.around - -(property - (path) - (_) @entry.inside) @entry.around - -(pair - (_) @entry.inside) @entry.around - -(array - (_) @entry.around) - -(comment) @comment.inside - -(comment)+ @comment.around |