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