diff options
Diffstat (limited to 'queries')
| -rw-r--r-- | queries/apex/highlights.scm | 34 |
1 files changed, 16 insertions, 18 deletions
diff --git a/queries/apex/highlights.scm b/queries/apex/highlights.scm index 930972668..d3a3b526c 100644 --- a/queries/apex/highlights.scm +++ b/queries/apex/highlights.scm @@ -84,11 +84,7 @@ (assignment_operator) @operator -(update_expression - [ - "++" - "--" - ] @operator) +(update_operator) @operator (trigger_declaration name: (identifier) @type @@ -226,30 +222,32 @@ "new" @keyword.operator [ - "abstract" + (abstract) (all_rows_clause) "continue" "default" "extends" - "final" + (final) "get" - "global" + (global) "implements" "instanceof" "on" - "private" - "protected" - "public" + (override) + (private) + (protected) + (public) "set" - "static" - "testMethod" - "transient" + (static) + (testMethod) + (webservice) + (transient) "trigger" - "virtual" + (virtual) "when" - "with_sharing" - "without_sharing" - "inherited_sharing" + (with_sharing) + (without_sharing) + (inherited_sharing) ] @keyword [ |
