mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 01:40:02 -04:00
feat(dart): add late & required keywords
This commit is contained in:
parent
aa512ebca8
commit
0efa1ec83a
1 changed files with 2 additions and 0 deletions
|
|
@ -163,6 +163,8 @@
|
||||||
; of the assertion not just the keyword
|
; of the assertion not just the keyword
|
||||||
; assert
|
; assert
|
||||||
(case_builtin)
|
(case_builtin)
|
||||||
|
"late"
|
||||||
|
"required"
|
||||||
"extension"
|
"extension"
|
||||||
"on"
|
"on"
|
||||||
"class"
|
"class"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue