mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 20:30:05 -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"
|
||||
] @keyword.coroutine
|
||||
|
||||
[
|
||||
"export"
|
||||
"import"
|
||||
"module"
|
||||
] @keyword.import
|
||||
|
||||
[
|
||||
"public"
|
||||
"private"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue