Dart highlighs: disable invalid nodes after parser update to fix CI

This commit is contained in:
Stephan Seitz 2020-07-26 15:28:23 +02:00 committed by Thomas Vigouroux
parent 5b8c110ea4
commit 8021a769ed

View file

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