| Age | Commit message (Collapse) | Author |
|
|
|
|
|
add escape word like "\n", "\;" to highlight
Log: escape sequence highlight for cmake
|
|
|
|
|
|
|
|
Co-authored-by: Stephan Seitz <stephan.seitz@fau.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Disable highlight for `variable_ref`
- Capture `ENV` and `CACHE` as `@symbol`
- Capture '$', '{', '}', '(', ')' as punctuation
|
|
|
|
|
|
- `fold.scm` -> `folds.scm`
|
|
|
|
|
|
- Unary and binary operator to `@keyword.operator`
- Boolean constants to `@boolean`
|
|
|
|
|
|
|
|
- Match repeat, conditional, etc. to their corresponding commands
- Clean up `@parameter` match
- Add `$ENV` and `$CACHE` to queries
|
|
|