aboutsummaryrefslogtreecommitdiffstats
path: root/queries/cmake
Commit message (Expand)AuthorAgeFilesLines
* add queries `project` and `cmake_minimum_required`v0.8.1v0.8.0Uy Ha2022-12-131-0/+14
* remove redundant parenthesesUy Ha2022-12-131-13/+13
* bind ENV and CACHE as @storageclassUy Ha2022-12-131-1/+1
* add OUTPUT_VARIABLE query for list TRANSFORMUy Ha2022-12-131-0/+9
* rearrange queries, include all builtin commands in one queryUy Ha2022-12-131-44/+49
* add highlight for `list` commandUy Ha2022-12-131-0/+39
* add highlight for `unset` commandUy Ha2022-12-131-0/+13
* add queries for block, return, break, continue, and includeUy Ha2022-12-131-2/+35
* feat(cmake): add block_def to foldUy Ha2022-12-131-0/+1
* highlights: use @preproc where appropriateObserverOfTime2022-10-151-0/+3
* feat(spell): support more languagesLewis Russell2022-09-261-1/+1
* feat(cmake): add escape to highlightShootingStarDragons2022-08-271-0/+1
* Rename capturesUy Ha2022-02-051-8/+8
* Improve `set` queriesUy Ha2022-02-051-9/+34
* [cmake] add highlights for `add_custom_target` and `add_custom_command`Uy Ha2021-09-101-0/+18
* [cmake] Add highlighting for boolean values (#1801)Uy Ha2021-09-101-0/+4
* [cmake] add highlights for `if` command constantUy Ha2021-09-101-0/+12
* [cmake]: Add highlighting for `set` commandUy Ha2021-09-091-0/+14
* Highlight function and macro declarationsUy Ha2021-09-081-0/+12
* Bind `variable` as @variable instead of `variable_ref`Uy Ha2021-09-081-1/+2
* Bind function and macro commands as @keyword.functionUy Ha2021-09-081-4/+1
* Bind `variable_ref` as @variable instead of @noneUy Ha2021-09-081-1/+1
* [cmake] Add support for generator expressionUy Ha2021-07-061-1/+1
* Move macro to `@function.macro` captureUy Ha2021-07-021-1/+4
* Change captures:Uy Ha2021-07-021-6/+5
* Remove query for specific keywords for nowUy Ha2021-07-021-71/+0
* Add comment parsing and highlight whole bracket argumentUy Ha2021-07-021-2/+7
* Fix wrong name:Uy Ha2021-07-021-0/+0
* Capture `variable_ref` instead of `variable` for `@variable`Uy Ha2021-07-021-1/+1
* Change `@parameter` capture to `@string`Uy Ha2021-07-021-3/+2
* Move keywords to their appropriate capture:Uy Ha2021-07-021-19/+25
* Highlight only command name instead of the whole callUy Ha2021-07-021-14/+14
* Remove non-foldable commands (incorrect copy and paste)Uy Ha2021-07-021-2/+0
* Add fold.scmUy Ha2021-07-021-0/+9
* Refine highlights.scm:Uy Ha2021-07-021-80/+94
* Add highlights.scmUy Ha2021-07-021-0/+87