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
1f069f1bc6
commit
00a8ea7490
1 changed files with 6 additions and 0 deletions
|
|
@ -224,6 +224,12 @@
|
||||||
"concept"
|
"concept"
|
||||||
] @keyword.type
|
] @keyword.type
|
||||||
|
|
||||||
|
[
|
||||||
|
"export"
|
||||||
|
"import"
|
||||||
|
"module"
|
||||||
|
] @keyword.import
|
||||||
|
|
||||||
[
|
[
|
||||||
"co_await"
|
"co_await"
|
||||||
"co_yield"
|
"co_yield"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue