From f58cae6c228e26681039253cb172de16cd764408 Mon Sep 17 00:00:00 2001 From: Riley Bruins Date: Tue, 23 Apr 2024 12:23:15 -0700 Subject: feat: more `@keyword.type` captures --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8e3081e82..7528eece5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -168,7 +168,7 @@ As languages differ quite a lot, here is a set of captures available to you when @keyword.function ; keywords that define a function (e.g. `func` in Go, `def` in Python) @keyword.operator ; operators that are English words (e.g. `and` / `or`) @keyword.import ; keywords for including modules (e.g. `import` / `from` in Python) -@keyword.type ; keywords describing composite types (e.g. `struct`, `enum`) +@keyword.type ; keywords describing namespaces and composite types (e.g. `struct`, `enum`) @keyword.modifier ; keywords modifying other constructs (e.g. `const`, `static`, `public`) @keyword.repeat ; keywords related to loops (e.g. `for` / `while`) @keyword.return ; keywords like `return` and `yield` -- cgit v1.2.3-70-g09d2