feat(highlights)!: remove non-keyword @type.qualifier

* blueprint: Don't specially highlight template_name_qualifier. This is
  similar to inheritance base class. Other languages don't highlight
  them specially.
* eds: `@type` for all `*Type` keys
* chatito: `@attribute` for variation
This commit is contained in:
Jaehwang Jung 2024-03-16 14:20:55 +09:00 committed by Christian Clason
parent dccf31f9b1
commit 5d75359a9a
4 changed files with 2 additions and 20 deletions

View file

@ -139,7 +139,6 @@ As languages differ quite a lot, here is a set of captures available to you when
@type ; type or class definitions and annotations
@type.builtin ; built-in types
@type.definition ; identifiers in type definitions (e.g. `typedef <type> <identifier>` in C)
@type.qualifier ; type qualifiers (e.g. `const`)
@attribute ; attribute annotations (e.g. Python decorators)
@attribute.builtin ; builtin annotations (e.g. `@property` in Python)