summaryrefslogtreecommitdiff
path: root/queries
AgeCommit message (Collapse)Author
2021-07-04Add support for `match` expression in PHP (#1482)Wilman Barrios
2021-07-03fold HCL objects (#1479)David Hotham
2021-07-02feat(fortran): moved procedure to @keyword.functionoponkork
2021-07-02feat(fortran): Improved and sorted highlight queriesoponkork
2021-07-02highlight template interpolation enclosures as punctuation.bracket; cleanupmhoffm
2021-07-02update lockfile to point to v0.4.0; update highlight queriesmhoffm
2021-07-02fish: only highlight 'test' keyword instead of entire condition (#1464)Gregory Anders
2021-07-02 Move macro to `@function.macro` captureUy Ha
2021-07-02Change captures:Uy Ha
- Disable highlight for `variable_ref` - Capture `ENV` and `CACHE` as `@symbol` - Capture '$', '{', '}', '(', ')' as punctuation
2021-07-02Remove query for specific keywords for nowUy Ha
2021-07-02Add comment parsing and highlight whole bracket argumentUy Ha
2021-07-02Fix wrong name:Uy Ha
- `fold.scm` -> `folds.scm`
2021-07-02Capture `variable_ref` instead of `variable` for `@variable`Uy Ha
2021-07-02Change `@parameter` capture to `@string`Uy Ha
2021-07-02Move keywords to their appropriate capture:Uy Ha
- Unary and binary operator to `@keyword.operator` - Boolean constants to `@boolean`
2021-07-02Highlight only command name instead of the whole callUy Ha
2021-07-02 Remove non-foldable commands (incorrect copy and paste)Uy Ha
2021-07-02Add fold.scmUy Ha
2021-07-02Refine highlights.scm:Uy Ha
- Match repeat, conditional, etc. to their corresponding commands - Clean up `@parameter` match - Add `$ENV` and `$CACHE` to queries
2021-07-02Add highlights.scmUy Ha
2021-07-02feat(dart): add function call expression highlightAkin Sowemimo
This is a work around since currently the upstream grammar does not support a call_expression
2021-07-02Update queries/hcl/highlights.scmMichael Hoffmann
Co-authored-by: Santos Gallegos <stsewd@protonmail.com>
2021-07-02work on queries; fix macos buildmhoffm
2021-07-02work on queriesmhoffm
2021-07-02add basic injectionsmhoffm
2021-07-02fix highlights.scmmhoffm
2021-07-02improve queriesmhoffm
2021-07-02improve queriesmhoffm
2021-07-02add hcl parsermhoffm
2021-07-01python(highlights): don't use type for APPStephan Seitz
2021-07-01highlights(typescript): fix indentifier for type importsMunif Tanjim
2021-07-01query: Only highlight predicate name (#1461)Gregory Anders
Only highlight the name of the predicate using TSFunction rather than the entire predicate block.
2021-07-01highlights(go): modernize highlights.scmStephan Seitz
2021-07-01feat(dart): add function call query (commented)Akin Sowemimo
2021-07-01feat(dart): add multiplicative_operatorAkin Sowemimo
and fix conditional_assignable_selector
2021-07-01feat: add comment highlighting in LaTeXAshish Panigrahi
2021-07-01Add common quasiquote highlights/injections for Haskell (#1440)Farbod Salamat-Zadeh
2021-06-30highlights(latex): highlight chapter*, section*, part* ...Stephan Seitz
Fixes #1454
2021-06-28Adds support for PHP's arrow funcion (#1427)tk-shirasaka
Co-authored-by: shirasaka <shirasaka@n-create.co.jp>
2021-06-26fix typo in queryJaehwang Jerry Jung
2021-06-26feat(haskell): improve highlight queryelianiva
Co-authored-by: Farbod Salamat-Zadeh <12140044+farbodsz@users.noreply.github.com>
2021-06-26feat: add haskell highlightselianiva
2021-06-25Use #any-of? instead of #match? where posibleJoakker
2021-06-21rust: inject html to html! macrotami5
2021-06-17feat: added `self` as builtin keyword for LuaFolke Lemaitre
2021-06-15highlight: add SCSS single_line_commentFarbod Salamat-Zadeh
2021-06-14parsers: add tree-sitter-cudaStephan Seitz
2021-06-11chore(injections): remove duplicated regex injection for jsSteven Sojka
2021-06-11Update ledger highlight queriesCédric Barreteau
2021-06-11Rust: fix macros highlightsSantos Gallegos
- The derive query was incorrect, it was only matching `#[derive(derive)]` - Macros were being highlighted as keywords - Procedural macros symbols weren't highlighted (`#`, `#!`)