mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
feat(cpp): add export, import, module highlighting
This commit is contained in:
parent
42fc28ba91
commit
000b99fe55
1 changed files with 6 additions and 0 deletions
|
|
@ -225,6 +225,12 @@
|
||||||
"co_return"
|
"co_return"
|
||||||
] @keyword.coroutine
|
] @keyword.coroutine
|
||||||
|
|
||||||
|
[
|
||||||
|
"export"
|
||||||
|
"import"
|
||||||
|
"module"
|
||||||
|
] @keyword.import
|
||||||
|
|
||||||
[
|
[
|
||||||
"public"
|
"public"
|
||||||
"private"
|
"private"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue