mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 14:30:05 -04:00
Dart highlighs: disable invalid nodes after parser update to fix CI
This commit is contained in:
parent
5b8c110ea4
commit
8021a769ed
1 changed files with 6 additions and 5 deletions
|
|
@ -112,14 +112,14 @@
|
|||
|
||||
[
|
||||
"abstract"
|
||||
"assert"
|
||||
"break"
|
||||
;"assert"
|
||||
;"break"
|
||||
"on"
|
||||
"class"
|
||||
"default"
|
||||
"enum"
|
||||
"extends"
|
||||
"final"
|
||||
;"final"
|
||||
"implements"
|
||||
"as"
|
||||
"mixin"
|
||||
|
|
@ -129,14 +129,15 @@
|
|||
"static"
|
||||
"required"
|
||||
"var"
|
||||
"const"
|
||||
;"const"
|
||||
"async"
|
||||
"await"
|
||||
] @keyword
|
||||
;TODO:
|
||||
; "rethrow" @keyword
|
||||
|
||||
["if" "else" "switch" "case"] @conditional
|
||||
["if" "else" "switch" "default"] @conditional
|
||||
; TODO: case
|
||||
|
||||
["try" "throw" "catch" "finally"] @exception
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue