Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/codeql/highlights.scm')
| -rw-r--r-- | runtime/queries/codeql/highlights.scm | 104 |
1 files changed, 0 insertions, 104 deletions
diff --git a/runtime/queries/codeql/highlights.scm b/runtime/queries/codeql/highlights.scm deleted file mode 100644 index aed7b538..00000000 --- a/runtime/queries/codeql/highlights.scm +++ /dev/null @@ -1,104 +0,0 @@ -[ - "and" - "any" - "as" - "asc" - "avg" - "by" - "class" - "concat" - "count" - "desc" - "else" - "exists" - "extends" - "forall" - "forex" - "from" - "if" - "implements" - "implies" - "import" - "in" - "instanceof" - "max" - "min" - "module" - "newtype" - "not" - "or" - "order" - "rank" - "select" - "strictconcat" - "strictcount" - "strictsum" - "sum" - "then" - "where" - - (false) - (predicate) - (result) - (specialId) - (super) - (this) - (true) -] @keyword - -[ - "boolean" - "float" - "int" - "date" - "string" -] @type.builtin - -(annotName) @attribute - -[ - "<" - "<=" - "=" - ">" - ">=" - "-" - "!=" - "/" - "*" - "%" - "+" - "::" -] @operator - -[ - "(" - ")" - "{" - "}" - "[" - "]" -] @punctuation.bracket - -[ - "," - "|" -] @punctuation.delimiter - -(className) @type - -(varName) @variable - -(integer) @constant.numeric.integer -(float) @constant.numeric.float - -(string) @string - -(aritylessPredicateExpr (literalId) @function) -(predicateName) @function - -[ - (line_comment) - (block_comment) - (qldoc) -] @comment |