Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/codeql/textobjects.scm')
| -rw-r--r-- | runtime/queries/codeql/textobjects.scm | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/runtime/queries/codeql/textobjects.scm b/runtime/queries/codeql/textobjects.scm deleted file mode 100644 index 8ca02e3c..00000000 --- a/runtime/queries/codeql/textobjects.scm +++ /dev/null @@ -1,16 +0,0 @@ -(qldoc) @comment.around -(block_comment) @comment.around -(line_comment) @comment.inside -(line_comment)+ @comment.around - -(classlessPredicate - ((varDecl) @parameter.inside . ","?) @parameter.around - (body "{" (_)* @function.inside "}")) @function.around -(memberPredicate - ((varDecl) @parameter.inside . ","?) @parameter.around - (body "{" (_)* @function.inside "}")) @function.around - -(dataclass - ("{" (_)* @class.inside "}")?) @class.around -(datatype) @class.around -(datatypeBranch) @class.around |