| Age | Commit message (Collapse) | Author |
|
- `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
|
|
|
|
|
|
|
|
This is a work around since currently the upstream grammar does not
support a call_expression
|
|
Co-authored-by: Santos Gallegos <stsewd@protonmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Only highlight the name of the predicate using TSFunction rather than
the entire predicate block.
|
|
|
|
|
|
|
|
and fix conditional_assignable_selector
|
|
|
|
|
|
As discussed in #1439
|
|
Fixes #1454
|
|
|
|
Co-authored-by: shirasaka <shirasaka@n-create.co.jp>
|
|
|
|
|
|
Co-authored-by: Farbod Salamat-Zadeh <12140044+farbodsz@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|