aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJaehwang Jung <tomtomjhj@gmail.com>2024-03-16 14:20:55 +0900
committerChristian Clason <c.clason@uni-graz.at>2024-03-16 20:51:16 +0800
commit5d75359a9ae20c492f96e6591e3a9e229d320c87 (patch)
treeb169556393621efcb1a6d596b8d7002bbd165f6c /CONTRIBUTING.md
parentfeat(highlights)!: `@keyword.storage` → `@keyword.modifier` (diff)
downloadnvim-treesitter-5d75359a9ae20c492f96e6591e3a9e229d320c87.tar
nvim-treesitter-5d75359a9ae20c492f96e6591e3a9e229d320c87.tar.gz
nvim-treesitter-5d75359a9ae20c492f96e6591e3a9e229d320c87.tar.bz2
nvim-treesitter-5d75359a9ae20c492f96e6591e3a9e229d320c87.tar.lz
nvim-treesitter-5d75359a9ae20c492f96e6591e3a9e229d320c87.tar.xz
nvim-treesitter-5d75359a9ae20c492f96e6591e3a9e229d320c87.tar.zst
nvim-treesitter-5d75359a9ae20c492f96e6591e3a9e229d320c87.zip
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
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 1f80341e0..b024961a9 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -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)