feat(apex): update parser and highlights (#7151)

This commit is contained in:
Heber 2024-09-16 00:15:57 -06:00 committed by GitHub
parent b7160e87aa
commit 5c42228e58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 9 deletions

View file

@ -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"

View file

@ -97,7 +97,6 @@
[
"ABOVE"
"ABOVE_OR_BELOW"
"ALL_ROWS"
"ALL"
"AS"
"ASC"