index
:
nvim-treesitter.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
queries
/
cmake
Age
Commit message (
Expand
)
Author
2022-10-15
highlights: use @preproc where appropriate
ObserverOfTime
2022-09-26
feat(spell): support more languages
Lewis Russell
2022-08-27
feat(cmake): add escape to highlight
ShootingStarDragons
2022-02-05
Rename captures
Uy Ha
2022-02-05
Improve `set` queries
Uy 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
2021-09-10
[cmake] add highlights for `if` command constant
Uy Ha
2021-09-09
[cmake]: Add highlighting for `set` command
Uy Ha
2021-09-08
Highlight function and macro declarations
Uy Ha
2021-09-08
Bind `variable` as @variable instead of `variable_ref`
Uy Ha
2021-09-08
Bind function and macro commands as @keyword.function
Uy Ha
2021-09-08
Bind `variable_ref` as @variable instead of @none
Uy Ha
2021-07-06
[cmake] Add support for generator expression
Uy Ha
2021-07-02
Move macro to `@function.macro` capture
Uy Ha
2021-07-02
Change captures:
Uy Ha
2021-07-02
Remove query for specific keywords for now
Uy Ha
2021-07-02
Add comment parsing and highlight whole bracket argument
Uy Ha
2021-07-02
Fix wrong name:
Uy Ha
2021-07-02
Capture `variable_ref` instead of `variable` for `@variable`
Uy Ha
2021-07-02
Change `@parameter` capture to `@string`
Uy Ha
2021-07-02
Move keywords to their appropriate capture:
Uy Ha
2021-07-02
Highlight only command name instead of the whole call
Uy Ha
2021-07-02
Remove non-foldable commands (incorrect copy and paste)
Uy Ha
2021-07-02
Add fold.scm
Uy Ha
2021-07-02
Refine highlights.scm:
Uy Ha
2021-07-02
Add highlights.scm
Uy Ha