| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [cmake] add highlights for `add_custom_target` and `add_custom_command` | Uy Ha | 2021-09-17 | 1 | -0/+18 |
| | | |||||
| * | [cmake] Add highlighting for boolean values (#1801) | Uy Ha | 2021-09-17 | 1 | -0/+4 |
| | | | | Co-authored-by: Stephan Seitz <stephan.seitz@fau.de> | ||||
| * | [cmake] add highlights for `if` command constant | Uy Ha | 2021-09-17 | 1 | -0/+12 |
| | | |||||
| * | [cmake]: Add highlighting for `set` command | Uy Ha | 2021-09-17 | 1 | -0/+14 |
| | | |||||
| * | Highlight function and macro declarations | Uy Ha | 2021-09-17 | 1 | -0/+12 |
| | | |||||
| * | Bind `variable` as @variable instead of `variable_ref` | Uy Ha | 2021-09-17 | 1 | -1/+2 |
| | | |||||
| * | Bind function and macro commands as @keyword.function | Uy Ha | 2021-09-17 | 1 | -4/+1 |
| | | |||||
| * | Bind `variable_ref` as @variable instead of @none | Uy Ha | 2021-09-17 | 1 | -1/+1 |
| | | |||||
| * | [cmake] Add support for generator expression | Uy Ha | 2021-07-06 | 1 | -1/+1 |
| | | |||||
| * | Move macro to `@function.macro` capture | Uy Ha | 2021-07-02 | 1 | -1/+4 |
| | | |||||
| * | Change captures: | Uy Ha | 2021-07-02 | 1 | -6/+5 |
| | | | | | | | - Disable highlight for `variable_ref` - Capture `ENV` and `CACHE` as `@symbol` - Capture '$', '{', '}', '(', ')' as punctuation | ||||
| * | Remove query for specific keywords for now | Uy Ha | 2021-07-02 | 1 | -71/+0 |
| | | |||||
| * | Add comment parsing and highlight whole bracket argument | Uy Ha | 2021-07-02 | 1 | -2/+7 |
| | | |||||
| * | Fix wrong name: | Uy Ha | 2021-07-02 | 1 | -0/+0 |
| | | | | | - `fold.scm` -> `folds.scm` | ||||
| * | Capture `variable_ref` instead of `variable` for `@variable` | Uy Ha | 2021-07-02 | 1 | -1/+1 |
| | | |||||
| * | Change `@parameter` capture to `@string` | Uy Ha | 2021-07-02 | 1 | -3/+2 |
| | | |||||
| * | Move keywords to their appropriate capture: | Uy Ha | 2021-07-02 | 1 | -19/+25 |
| | | | | | | - Unary and binary operator to `@keyword.operator` - Boolean constants to `@boolean` | ||||
| * | Highlight only command name instead of the whole call | Uy Ha | 2021-07-02 | 1 | -14/+14 |
| | | |||||
| * | Remove non-foldable commands (incorrect copy and paste) | Uy Ha | 2021-07-02 | 1 | -2/+0 |
| | | |||||
| * | Add fold.scm | Uy Ha | 2021-07-02 | 1 | -0/+9 |
| | | |||||
| * | Refine highlights.scm: | Uy Ha | 2021-07-02 | 1 | -80/+94 |
| | | | | | | | - Match repeat, conditional, etc. to their corresponding commands - Clean up `@parameter` match - Add `$ENV` and `$CACHE` to queries | ||||
| * | Add highlights.scm | Uy Ha | 2021-07-02 | 1 | -0/+87 |
