mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -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"
|
||||
"struct"
|
||||
"class"
|
||||
"actor"
|
||||
"nonisolated"
|
||||
"enum"
|
||||
"protocol"
|
||||
"extension"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue