mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17: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
|
||||
; assert
|
||||
(case_builtin)
|
||||
"late"
|
||||
"required"
|
||||
"extension"
|
||||
"on"
|
||||
"class"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue