summaryrefslogtreecommitdiff
path: root/queries/cmake
AgeCommit message (Collapse)Author
2022-10-15highlights: use @preproc where appropriateObserverOfTime
2022-09-26feat(spell): support more languagesLewis Russell
2022-08-27feat(cmake): add escape to highlightShootingStarDragons
add escape word like "\n", "\;" to highlight Log: escape sequence highlight for cmake
2022-02-05Rename capturesUy Ha
2022-02-05Improve `set` queriesUy Ha
2021-09-10[cmake] add highlights for `add_custom_target` and `add_custom_command`Uy Ha
2021-09-10[cmake] Add highlighting for boolean values (#1801)Uy Ha
Co-authored-by: Stephan Seitz <stephan.seitz@fau.de>
2021-09-10[cmake] add highlights for `if` command constantUy Ha
2021-09-09[cmake]: Add highlighting for `set` commandUy Ha
2021-09-08Highlight function and macro declarationsUy Ha
2021-09-08Bind `variable` as @variable instead of `variable_ref`Uy Ha
2021-09-08Bind function and macro commands as @keyword.functionUy Ha
2021-09-08Bind `variable_ref` as @variable instead of @noneUy Ha
2021-07-06[cmake] Add support for generator expressionUy Ha
2021-07-02 Move macro to `@function.macro` captureUy Ha
2021-07-02Change captures:Uy Ha
- Disable highlight for `variable_ref` - Capture `ENV` and `CACHE` as `@symbol` - Capture '$', '{', '}', '(', ')' as punctuation
2021-07-02Remove query for specific keywords for nowUy Ha
2021-07-02Add comment parsing and highlight whole bracket argumentUy Ha
2021-07-02Fix wrong name:Uy Ha
- `fold.scm` -> `folds.scm`
2021-07-02Capture `variable_ref` instead of `variable` for `@variable`Uy Ha
2021-07-02Change `@parameter` capture to `@string`Uy Ha
2021-07-02Move keywords to their appropriate capture:Uy Ha
- Unary and binary operator to `@keyword.operator` - Boolean constants to `@boolean`
2021-07-02Highlight only command name instead of the whole callUy Ha
2021-07-02 Remove non-foldable commands (incorrect copy and paste)Uy Ha
2021-07-02Add fold.scmUy Ha
2021-07-02Refine highlights.scm:Uy Ha
- Match repeat, conditional, etc. to their corresponding commands - Clean up `@parameter` match - Add `$ENV` and `$CACHE` to queries
2021-07-02Add highlights.scmUy Ha