mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 09:50:04 -04:00
test(highlights/cpp): add new test for auto as type.builtin.
This commit is contained in:
parent
45bb230dc0
commit
2568022580
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
||||||
// ^ string
|
// ^ string
|
||||||
|
|
||||||
auto main( int argc, char** argv ) -> int
|
auto main( int argc, char** argv ) -> int
|
||||||
|
// ^ type.builtin
|
||||||
// ^ parameter
|
// ^ parameter
|
||||||
// ^ type.builtin
|
// ^ type.builtin
|
||||||
// ^ type.builtin
|
// ^ type.builtin
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue