feat(highlights)!: @keyword.storage@keyword.modifier

This commit is contained in:
Jaehwang Jung 2024-03-16 14:23:57 +09:00 committed by Christian Clason
parent 998b230a77
commit dccf31f9b1
36 changed files with 43 additions and 44 deletions

View file

@ -169,7 +169,6 @@ 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.storage ; modifiers that affect storage in memory or life-time
@keyword.type ; keywords describing 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`)