mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-10 23:40:04 -04:00
fix(apex): update parser and highlights
This commit is contained in:
parent
5bcc338c3d
commit
7821feb7e7
2 changed files with 20 additions and 22 deletions
|
|
@ -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
|
||||
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue