mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 19:00:02 -04:00
highlights(swift): add keywords "actor", "nonisolated"
Introduced in 07bdffb5e6
This commit is contained in:
parent
c5eed2f2cd
commit
bb1c6c2475
1 changed files with 2 additions and 0 deletions
|
|
@ -33,6 +33,8 @@
|
||||||
"typealias"
|
"typealias"
|
||||||
"struct"
|
"struct"
|
||||||
"class"
|
"class"
|
||||||
|
"actor"
|
||||||
|
"nonisolated"
|
||||||
"enum"
|
"enum"
|
||||||
"protocol"
|
"protocol"
|
||||||
"extension"
|
"extension"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue