diff options
| author | ObserverOfTime <chronobserver@disroot.org> | 2022-10-22 11:09:47 +0300 |
|---|---|---|
| committer | ObserverOfTime <chronobserver@disroot.org> | 2022-11-26 13:17:51 +0200 |
| commit | 79705a1f80297d1f3178d2b30423760c060afa4a (patch) | |
| tree | a1689705ba38199da4a0f6f5f067efc6bf398a7d /tests/query/highlights/cpp | |
| parent | highlights(c): use more specific groups (diff) | |
| download | nvim-treesitter-79705a1f80297d1f3178d2b30423760c060afa4a.tar nvim-treesitter-79705a1f80297d1f3178d2b30423760c060afa4a.tar.gz nvim-treesitter-79705a1f80297d1f3178d2b30423760c060afa4a.tar.bz2 nvim-treesitter-79705a1f80297d1f3178d2b30423760c060afa4a.tar.lz nvim-treesitter-79705a1f80297d1f3178d2b30423760c060afa4a.tar.xz nvim-treesitter-79705a1f80297d1f3178d2b30423760c060afa4a.tar.zst nvim-treesitter-79705a1f80297d1f3178d2b30423760c060afa4a.zip | |
highlights(cpp): use more specific groups
Diffstat (limited to 'tests/query/highlights/cpp')
| -rw-r--r-- | tests/query/highlights/cpp/concepts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/query/highlights/cpp/concepts.cpp b/tests/query/highlights/cpp/concepts.cpp index 07e2313ea..27aed7a70 100644 --- a/tests/query/highlights/cpp/concepts.cpp +++ b/tests/query/highlights/cpp/concepts.cpp @@ -2,7 +2,7 @@ template <class T, class U> concept Derived = std::is_base_of<U, T>::value; // ^ keyword -// ^ type +// ^ type.definition template<typename T> concept Hashable = requires(T a) { |
