mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
highlights(swift): add keywords "convenience", "required", "override"
This commit is contained in:
parent
bb1c6c2475
commit
24db489566
1 changed files with 3 additions and 0 deletions
|
|
@ -40,6 +40,9 @@
|
||||||
"extension"
|
"extension"
|
||||||
"indirect"
|
"indirect"
|
||||||
"some"
|
"some"
|
||||||
|
"override"
|
||||||
|
"convenience"
|
||||||
|
"required"
|
||||||
] @keyword
|
] @keyword
|
||||||
|
|
||||||
[
|
[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue