summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-02Fix wrong name:Uy Ha
- `fold.scm` -> `folds.scm`
2021-07-02Add external scanner for cmake parserUy Ha
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 maintainer infoUy Ha
2021-07-02Add highlights.scmUy Ha
2021-07-02[WIP] tree-sitter-cmake integrationUy 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-02use version 0.3.1 of the hcl parser in lockfile.jsonmhoffm
2021-07-02add used_by directive for some of the tools that are using hclmhoffm
2021-07-02drop 'used_by' from hcl parser configmhoffm
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-01Update lockfile.jsonGitHub
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-30doc: link Installation wiki page in the READMESamyak Sarnayak
As discussed in #1439
2021-06-30highlights(latex): highlight chapter*, section*, part* ...Stephan Seitz
Fixes #1454
2021-06-29fix: check if invalidate_query_cache[lang] is set before invalidatingFolke Lemaitre
2021-06-28Adds support for PHP's arrow funcion (#1427)tk-shirasaka
Co-authored-by: shirasaka <shirasaka@n-create.co.jp>
2021-06-28perf: cache has_query_files: fixes TS slownessFolke Lemaitre
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-25Update lockfile.jsonGitHub
2021-06-25Use #any-of? instead of #match? where posibleJoakker
2021-06-23Update lockfile.jsonGitHub
2021-06-22Update lockfile.jsonGitHub
2021-06-22fix typo: Enviroment -> Environmentkmarius
2021-06-21rust: inject html to html! macrotami5
2021-06-17feat: added `self` as builtin keyword for LuaFolke Lemaitre
2021-06-17Update lockfile.jsonGitHub
2021-06-17fix(parsers): cuda requires npmStephan Seitz