aboutsummaryrefslogtreecommitdiffstats
path: root/tests/query/highlights/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/query/highlights/cpp')
-rw-r--r--tests/query/highlights/cpp/concepts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/query/highlights/cpp/concepts.cpp b/tests/query/highlights/cpp/concepts.cpp
index 09d975c98..3189813bc 100644
--- a/tests/query/highlights/cpp/concepts.cpp
+++ b/tests/query/highlights/cpp/concepts.cpp
@@ -1,7 +1,7 @@
template <class T, class U>
concept Derived = std::is_base_of<U, T>::value;
-// ^ @keyword
+// ^ @keyword.type
// ^ @type.definition
template<typename T>