mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
highlights(cpp): use more specific groups
This commit is contained in:
parent
7ce62670b2
commit
79705a1f80
2 changed files with 19 additions and 11 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue