aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* JSX components with capital first letter highlighted as constructor rather ↵napmn2021-06-041-9/+9
| | | | than type
* downcase! directive to use with ruby injectionsderekstride2021-06-042-0/+33
| | | | | | | | | | | | | | | | | ``` (#downcase! "language") ``` downcase! will ensure the metadata value for the specified key will be downcased. If the value is a node, it will downcase the text specified by the node. ``` (#downcase! @node "key") ``` You can also namespace the key with a specific capture, similar to how you can call `(#set! @node "key" "value")`
* Fix 1359: nil check for version in health-checkStephan Seitz2021-06-041-1/+4
|
* Update lockfile.jsonGitHub2021-06-031-2/+2
|
* fix: return when no `node` found during installationStephan Seitz2021-06-031-0/+1
| | | | Ref: https://github.com/nvim-treesitter/nvim-treesitter/issues/1324#issuecomment-853418596
* Fix #1324: tree-sitter CLI requires nodeStephan Seitz2021-06-031-2/+2
|
* Add regex injection for ElixirDavid Bernheisel2021-06-011-0/+9
|
* highlights(c_sharp): highlight namespacesStephan Seitz2021-06-011-4/+9
|
* highlights(c_sharp): add heuristic for type highlightStephan Seitz2021-06-011-0/+4
|
* highlights(c_sharp): highlight verbatim_string_literalStephan Seitz2021-06-011-0/+1
|
* highlights(c#): highlight calls of methodsStephan Seitz2021-06-011-2/+6
|
* highlights(c_sharp): improve highlighting of interpolationsStephan Seitz2021-06-011-6/+2
|
* Update lockfile.jsonGitHub2021-06-011-2/+2
|
* chore: show errors output during async installationStephan Seitz2021-06-011-1/+38
|
* Update lockfile.jsonGitHub2021-05-311-3/+3
|
* Improve check-queries (#1253)Santos Gallegos2021-05-315-15/+36
| | | | | - Add checks for injections. - Allow queries that start with [A-Z] for highlights only. - Don't stop on the first error, finish checking all queries.
* Update lockfile.jsonGitHub2021-05-281-4/+4
|
* Elixir: Highlight `with` as conditionalDaniel Kempkens2021-05-271-1/+1
| | | | | `with` is also considered a conditional in Elixir. Highlight it accordingly.
* [docgen] Update README.mdGithub Actions2021-05-261-1/+1
| | | | skip-checks: true
* feat: use the original scss parserelianiva2021-05-261-1/+2
| | | | ..and add myself as the maintainer
* highlights(rust): highlight fields with shorthand_field_initializerStephan Seitz2021-05-241-0/+2
|
* Update lockfile.jsonGitHub2021-05-241-5/+5
|
* Update lockfile.jsonoponkork2021-05-231-1/+1
|
* feat(fortran): Support indentationoponkork2021-05-231-0/+27
|
* feat(fortran): Improve highlightingoponkork2021-05-231-8/+40
|
* HTML: remove `@combined` from injectionsSantos Gallegos2021-05-231-1/+1
|
* Rust: highlight constantsSantos Gallegos2021-05-221-1/+3
|
* Update lockfile.jsonGitHub2021-05-201-1/+1
|
* indents(c/cpp): let C++ use the C indents and add class_specifierStephan Seitz2021-05-202-15/+7
| | | | Fixes #1320
* feat(dart): add late & required keywordsAkin Sowemimo2021-05-191-0/+2
|
* Update lockfile.jsonGitHub2021-05-191-1/+1
|
* [docgen] Update README.mdGithub Actions2021-05-191-0/+1
| | | | skip-checks: true
* fix(php): highlights function call expressionelianiva2021-05-191-0/+3
|
* Update lockfile.jsonGitHub2021-05-181-1/+1
|
* fix: uppercase variables being highlighted as typeAkin Sowemimo2021-05-181-8/+11
|
* feat: replace match with any-ofAkin Sowemimo2021-05-181-1/+21
|
* fix: remove duplicate type identifier queriesAkin Sowemimo2021-05-181-4/+0
|
* feat(dart): add async/sync* to highlightsAkin Sowemimo2021-05-181-1/+4
|
* parsers: generate_requires_npm for commonlispStephan Seitz2021-05-181-0/+1
|
* Update lockfile.jsonGitHub2021-05-181-1/+4
|
* CI: Improved parser installation logicDaniel Kempkens2021-05-182-6/+0
|
* CI: Install tree-sitterDaniel Kempkens2021-05-182-0/+4
|
* Refactor highlights and locals queriesDaniel Kempkens2021-05-182-158/+142
|
* Use #any-of? in localsDaniel Kempkens2021-05-181-3/+3
|
* Add requires_generate_from_grammarDaniel Kempkens2021-05-181-0/+1
|
* Revert README.md changeDaniel Kempkens2021-05-181-1/+0
|
* Initial Elixir supportDaniel Kempkens2021-05-186-0/+323
|
* highlights(c/c++): "..." also exists in C (variadic macros)Stephan Seitz2021-05-182-1/+2
|
* refactor: make html-like languages inherit from single queryelianiva2021-05-177-119/+61
|
* fish: move `test` to `test_command`Omar Zeghouani2021-05-171-1/+2
|