mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(dart): add base, final & sealed class modifier highlights
This commit is contained in:
parent
42d0fb31bd
commit
9409160748
1 changed files with 3 additions and 0 deletions
|
|
@ -228,6 +228,9 @@
|
|||
"dynamic"
|
||||
"external"
|
||||
"static"
|
||||
"final"
|
||||
"base"
|
||||
"sealed"
|
||||
] @type.qualifier
|
||||
|
||||
; when used as an identifier:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue