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