| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-07-04 | Add support for `match` expression in PHP (#1482) | Wilman Barrios | |
| 2021-07-03 | fold HCL objects (#1479) | David Hotham | |
| 2021-07-02 | feat(fortran): moved procedure to @keyword.function | oponkork | |
| 2021-07-02 | feat(fortran): Improved and sorted highlight queries | oponkork | |
| 2021-07-02 | highlight template interpolation enclosures as punctuation.bracket; cleanup | mhoffm | |
| 2021-07-02 | update lockfile to point to v0.4.0; update highlight queries | mhoffm | |
| 2021-07-02 | fish: only highlight 'test' keyword instead of entire condition (#1464) | Gregory Anders | |
| 2021-07-02 | Move macro to `@function.macro` capture | Uy Ha | |
| 2021-07-02 | Change captures: | Uy Ha | |
| - Disable highlight for `variable_ref` - Capture `ENV` and `CACHE` as `@symbol` - Capture '$', '{', '}', '(', ')' as punctuation | |||
| 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 | |
| - `fold.scm` -> `folds.scm` | |||
| 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 | |
| - Unary and binary operator to `@keyword.operator` - Boolean constants to `@boolean` | |||
| 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 | |
| - Match repeat, conditional, etc. to their corresponding commands - Clean up `@parameter` match - Add `$ENV` and `$CACHE` to queries | |||
| 2021-07-02 | Add highlights.scm | Uy Ha | |
| 2021-07-02 | feat(dart): add function call expression highlight | Akin Sowemimo | |
| This is a work around since currently the upstream grammar does not support a call_expression | |||
| 2021-07-02 | Update queries/hcl/highlights.scm | Michael Hoffmann | |
| Co-authored-by: Santos Gallegos <stsewd@protonmail.com> | |||
| 2021-07-02 | work on queries; fix macos build | mhoffm | |
| 2021-07-02 | work on queries | mhoffm | |
| 2021-07-02 | add basic injections | mhoffm | |
| 2021-07-02 | fix highlights.scm | mhoffm | |
| 2021-07-02 | improve queries | mhoffm | |
| 2021-07-02 | improve queries | mhoffm | |
| 2021-07-02 | add hcl parser | mhoffm | |
| 2021-07-01 | python(highlights): don't use type for APP | Stephan Seitz | |
| 2021-07-01 | highlights(typescript): fix indentifier for type imports | Munif Tanjim | |
| 2021-07-01 | query: Only highlight predicate name (#1461) | Gregory Anders | |
| Only highlight the name of the predicate using TSFunction rather than the entire predicate block. | |||
| 2021-07-01 | highlights(go): modernize highlights.scm | Stephan Seitz | |
| 2021-07-01 | feat(dart): add function call query (commented) | Akin Sowemimo | |
| 2021-07-01 | feat(dart): add multiplicative_operator | Akin Sowemimo | |
| and fix conditional_assignable_selector | |||
| 2021-07-01 | feat: add comment highlighting in LaTeX | Ashish Panigrahi | |
| 2021-07-01 | Add common quasiquote highlights/injections for Haskell (#1440) | Farbod Salamat-Zadeh | |
| 2021-06-30 | highlights(latex): highlight chapter*, section*, part* ... | Stephan Seitz | |
| Fixes #1454 | |||
| 2021-06-28 | Adds support for PHP's arrow funcion (#1427) | tk-shirasaka | |
| Co-authored-by: shirasaka <shirasaka@n-create.co.jp> | |||
| 2021-06-26 | fix typo in query | Jaehwang Jerry Jung | |
| 2021-06-26 | feat(haskell): improve highlight query | elianiva | |
| Co-authored-by: Farbod Salamat-Zadeh <12140044+farbodsz@users.noreply.github.com> | |||
| 2021-06-26 | feat: add haskell highlights | elianiva | |
| 2021-06-25 | Use #any-of? instead of #match? where posible | Joakker | |
| 2021-06-21 | rust: inject html to html! macro | tami5 | |
| 2021-06-17 | feat: added `self` as builtin keyword for Lua | Folke Lemaitre | |
| 2021-06-15 | highlight: add SCSS single_line_comment | Farbod Salamat-Zadeh | |
| 2021-06-14 | parsers: add tree-sitter-cuda | Stephan Seitz | |
| 2021-06-11 | chore(injections): remove duplicated regex injection for js | Steven Sojka | |
| 2021-06-11 | Update ledger highlight queries | Cédric Barreteau | |
| 2021-06-11 | Rust: fix macros highlights | Santos Gallegos | |
| - The derive query was incorrect, it was only matching `#[derive(derive)]` - Macros were being highlighted as keywords - Procedural macros symbols weren't highlighted (`#`, `#!`) | |||
