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