Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/cmake/textobjects.scm')
| -rw-r--r-- | runtime/queries/cmake/textobjects.scm | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/runtime/queries/cmake/textobjects.scm b/runtime/queries/cmake/textobjects.scm deleted file mode 100644 index 049aa84a..00000000 --- a/runtime/queries/cmake/textobjects.scm +++ /dev/null @@ -1,15 +0,0 @@ -[ - (macro_def) - (function_def) -] @function.around - -(argument) @parameter.inside - -[ - (bracket_comment) - (line_comment) -] @comment.inside - -(line_comment)+ @comment.around - -(bracket_comment) @comment.around
\ No newline at end of file |