aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAaron Rancsik <20153302+aaronrancsik@users.noreply.github.com>2022-11-28 00:46:29 +0100
committerStephan Seitz <stephan.seitz@fau.de>2022-12-01 15:08:07 +0100
commit256802258084fcf6c7011dae4c3fbfaaf4b61518 (patch)
tree0f442542b3dbb295e94e43c3ec5ae2b45858e03e /tests
parenttest(highlights/cpp): type -> type.builtin for primitive types. (diff)
downloadnvim-treesitter-256802258084fcf6c7011dae4c3fbfaaf4b61518.tar
nvim-treesitter-256802258084fcf6c7011dae4c3fbfaaf4b61518.tar.gz
nvim-treesitter-256802258084fcf6c7011dae4c3fbfaaf4b61518.tar.bz2
nvim-treesitter-256802258084fcf6c7011dae4c3fbfaaf4b61518.tar.lz
nvim-treesitter-256802258084fcf6c7011dae4c3fbfaaf4b61518.tar.xz
nvim-treesitter-256802258084fcf6c7011dae4c3fbfaaf4b61518.tar.zst
nvim-treesitter-256802258084fcf6c7011dae4c3fbfaaf4b61518.zip
test(highlights/cpp): add new test for auto as type.builtin.
Diffstat (limited to 'tests')
-rw-r--r--tests/query/highlights/cpp/test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/query/highlights/cpp/test.cpp b/tests/query/highlights/cpp/test.cpp
index 68c51d592..77e3be698 100644
--- a/tests/query/highlights/cpp/test.cpp
+++ b/tests/query/highlights/cpp/test.cpp
@@ -4,6 +4,7 @@
// ^ string
auto main( int argc, char** argv ) -> int
+// ^ type.builtin
// ^ parameter
// ^ type.builtin
// ^ type.builtin