mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 19:00: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"
|
"dynamic"
|
||||||
"external"
|
"external"
|
||||||
"static"
|
"static"
|
||||||
|
"final"
|
||||||
|
"base"
|
||||||
|
"sealed"
|
||||||
] @type.qualifier
|
] @type.qualifier
|
||||||
|
|
||||||
; when used as an identifier:
|
; when used as an identifier:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue