mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 00:40:06 -04:00
feat(apex): update parser and highlights (#7151)
This commit is contained in:
parent
b7160e87aa
commit
5c42228e58
3 changed files with 9 additions and 9 deletions
|
|
@ -159,13 +159,13 @@
|
|||
(modifiers
|
||||
(modifier
|
||||
[
|
||||
"final"
|
||||
"static"
|
||||
(final)
|
||||
(static)
|
||||
])
|
||||
(modifier
|
||||
[
|
||||
"final"
|
||||
"static"
|
||||
(final)
|
||||
(static)
|
||||
]))
|
||||
(variable_declarator
|
||||
name: (identifier) @constant))
|
||||
|
|
@ -227,6 +227,7 @@
|
|||
|
||||
[
|
||||
"abstract"
|
||||
(all_rows_clause)
|
||||
"continue"
|
||||
"default"
|
||||
"extends"
|
||||
|
|
|
|||
|
|
@ -97,7 +97,6 @@
|
|||
[
|
||||
"ABOVE"
|
||||
"ABOVE_OR_BELOW"
|
||||
"ALL_ROWS"
|
||||
"ALL"
|
||||
"AS"
|
||||
"ASC"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue