mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
parent
f6d38f6f54
commit
a4f9539a0c
2 changed files with 4 additions and 4 deletions
|
|
@ -174,10 +174,9 @@
|
|||
;"xor_eq"
|
||||
] @keyword.operator
|
||||
|
||||
[
|
||||
"<=>"
|
||||
"::"
|
||||
] @operator
|
||||
"<=>" @operator
|
||||
|
||||
"::" @punctuation.delimiter
|
||||
|
||||
(attribute_declaration) @attribute
|
||||
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ auto main( int argc, char** argv ) -> int
|
|||
// ^ operator
|
||||
{
|
||||
std::cout << "Hello world!" << std::endl;
|
||||
// ^ punctuation.delimiter
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
// ^ keyword.return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue