mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -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"
|
||||
"using"
|
||||
"virtual"
|
||||
"co_await"
|
||||
"co_yield"
|
||||
"co_return"
|
||||
(auto)
|
||||
] @keyword
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue