| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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` | ||||
| * | Add external scanner for cmake parser | Uy Ha | 2021-07-02 | 1 | -1/+1 |
| | | |||||
| * | 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 maintainer info | Uy Ha | 2021-07-02 | 1 | -0/+1 |
| | | |||||
| * | Add highlights.scm | Uy Ha | 2021-07-02 | 1 | -0/+87 |
| | | |||||
| * | [WIP] tree-sitter-cmake integration | Uy Ha | 2021-07-02 | 1 | -0/+7 |
| | | |||||
| * | feat(dart): add function call expression highlight | Akin Sowemimo | 2021-07-02 | 1 | -0/+6 |
| | | | | | | This is a work around since currently the upstream grammar does not support a call_expression | ||||
| * | Update queries/hcl/highlights.scm | Michael Hoffmann | 2021-07-02 | 1 | -3/+3 |
| | | | | Co-authored-by: Santos Gallegos <stsewd@protonmail.com> | ||||
| * | work on queries; fix macos build | mhoffm | 2021-07-02 | 2 | -3/+3 |
| | | |||||
| * | work on queries | mhoffm | 2021-07-02 | 1 | -6/+13 |
| | | |||||
| * | use version 0.3.1 of the hcl parser in lockfile.json | mhoffm | 2021-07-02 | 1 | -1/+1 |
| | | |||||
| * | add used_by directive for some of the tools that are using hcl | mhoffm | 2021-07-02 | 1 | -0/+1 |
| | | |||||
| * | drop 'used_by' from hcl parser config | mhoffm | 2021-07-02 | 1 | -1/+0 |
| | | |||||
| * | add basic injections | mhoffm | 2021-07-02 | 1 | -0/+1 |
| | | |||||
| * | fix highlights.scm | mhoffm | 2021-07-02 | 1 | -1/+1 |
| | | |||||
| * | improve queries | mhoffm | 2021-07-02 | 1 | -1/+1 |
| | | |||||
| * | improve queries | mhoffm | 2021-07-02 | 1 | -8/+9 |
| | | |||||
| * | add hcl parser | mhoffm | 2021-07-02 | 5 | -0/+91 |
| | | |||||
| * | python(highlights): don't use type for APP | Stephan Seitz | 2021-07-01 | 1 | -1/+1 |
| | | |||||
| * | highlights(typescript): fix indentifier for type imports | Munif Tanjim | 2021-07-01 | 1 | -0/+6 |
| | | |||||
| * | query: Only highlight predicate name (#1461) | Gregory Anders | 2021-07-01 | 1 | -1/+1 |
| | | | | | Only highlight the name of the predicate using TSFunction rather than the entire predicate block. | ||||
| * | highlights(go): modernize highlights.scm | Stephan Seitz | 2021-07-01 | 1 | -67/+106 |
| | | |||||
| * | Update lockfile.json | GitHub | 2021-07-01 | 1 | -5/+5 |
| | | |||||
| * | feat(dart): add function call query (commented) | Akin Sowemimo | 2021-07-01 | 1 | -0/+1 |
| | | |||||
| * | feat(dart): add multiplicative_operator | Akin Sowemimo | 2021-07-01 | 1 | -0/+4 |
| | | | | | and fix conditional_assignable_selector | ||||
| * | feat: add comment highlighting in LaTeX | Ashish Panigrahi | 2021-07-01 | 1 | -0/+1 |
| | | |||||
| * | Add common quasiquote highlights/injections for Haskell (#1440) | Farbod Salamat-Zadeh | 2021-07-01 | 2 | -0/+64 |
| | | |||||
| * | doc: link Installation wiki page in the README | Samyak Sarnayak | 2021-06-30 | 1 | -0/+2 |
| | | | | As discussed in #1439 | ||||
| * | highlights(latex): highlight chapter*, section*, part* ... | Stephan Seitz | 2021-06-30 | 1 | -0/+8 |
| | | | | | Fixes #1454 | ||||
| * | fix: check if invalidate_query_cache[lang] is set before invalidating | Folke Lemaitre | 2021-06-29 | 1 | -1/+3 |
| | | |||||
| * | Adds support for PHP's arrow funcion (#1427) | tk-shirasaka | 2021-06-28 | 1 | -2/+9 |
| | | | | Co-authored-by: shirasaka <shirasaka@n-create.co.jp> | ||||
| * | perf: cache has_query_files: fixes TS slowness | Folke Lemaitre | 2021-06-28 | 1 | -2/+12 |
| | | |||||
| * | fix typo in query | Jaehwang Jerry Jung | 2021-06-26 | 1 | -1/+1 |
| | | |||||
| * | feat(haskell): improve highlight query | elianiva | 2021-06-26 | 1 | -39/+72 |
| | | | | | Co-authored-by: Farbod Salamat-Zadeh <12140044+farbodsz@users.noreply.github.com> | ||||
| * | feat: add haskell highlights | elianiva | 2021-06-26 | 1 | -0/+91 |
| | | |||||
| * | Update lockfile.json | GitHub | 2021-06-25 | 1 | -2/+2 |
| | | |||||
| * | Use #any-of? instead of #match? where posible | Joakker | 2021-06-25 | 9 | -15/+31 |
| | | |||||
| * | Update lockfile.json | GitHub | 2021-06-23 | 1 | -1/+1 |
| | | |||||
| * | Update lockfile.json | GitHub | 2021-06-22 | 1 | -5/+5 |
| | | |||||
| * | fix typo: Enviroment -> Environment | kmarius | 2021-06-22 | 3 | -8/+8 |
| | | |||||
