mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 19:00:02 -04:00
highlights(cpp): add support for coroutines
This commit is contained in:
parent
ee8f5f7852
commit
1092b6ba3a
1 changed files with 3 additions and 0 deletions
|
|
@ -123,6 +123,9 @@
|
||||||
"typename"
|
"typename"
|
||||||
"using"
|
"using"
|
||||||
"virtual"
|
"virtual"
|
||||||
|
"co_await"
|
||||||
|
"co_yield"
|
||||||
|
"co_return"
|
||||||
(auto)
|
(auto)
|
||||||
] @keyword
|
] @keyword
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue