summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-15Update lockfile.jsonGitHub
2021-06-15highlight: add SCSS single_line_commentFarbod Salamat-Zadeh
2021-06-15Update lockfile.jsonGitHub
2021-06-14[docgen] Update README.mdGithub Actions
skip-checks: true
2021-06-14parsers: add tree-sitter-cudaStephan Seitz
2021-06-12fixed typo (#1386)Ashish Panigrahi
2021-06-11docs: notify that treesitter stabilization in planned for 0.6Thomas Vigouroux
Stabilization of treesitter has been postponed, so we are going to require people to follow master for a bit longer.
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 (`#`, `#!`)
2021-06-10Update lockfile.jsonGitHub
2021-06-10c++ highlights: don't capture all identifiers with uppercase initials as typesAlex Chen
2021-06-10Update zig highlightsGregory Anders
Highlight the built-in `@import` function with the TSInclude highlight group. Also highlight character literals using TSCharacter instead of TSNumber.
2021-06-07Update lockfile.jsonGitHub
2021-06-06[docgen] Update README.mdGithub Actions
skip-checks: true
2021-06-06fix: assignable selector was removed/hiddenAkin Sowemimo
2021-06-06Update lockfile.jsonGitHub
2021-06-06Fix boolean highlightOmar Zeghouani
2021-06-06Use any_of predicate for builtin functionsOmar Zeghouani
2021-06-04parsers(c_sharp): put myself as a maintainerLuxed
2021-06-04highlights(c_sharp): Add preprocessor directives queriesLuxed
2021-06-04folds(c_sharp): Add basic foldingLuxed
2021-06-04highlights(c_sharp): lots of improvementsLuxed
2021-06-04JSX components with capital first letter highlighted as constructor rather ↵napmn
than type
2021-06-04downcase! directive to use with ruby injectionsderekstride
``` (#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")`
2021-06-04Fix 1359: nil check for version in health-checkStephan Seitz
2021-06-03Update lockfile.jsonGitHub
2021-06-03fix: return when no `node` found during installationStephan Seitz
Ref: https://github.com/nvim-treesitter/nvim-treesitter/issues/1324#issuecomment-853418596
2021-06-03Fix #1324: tree-sitter CLI requires nodeStephan Seitz
2021-06-01Add regex injection for ElixirDavid Bernheisel
2021-06-01highlights(c_sharp): highlight namespacesStephan Seitz
2021-06-01highlights(c_sharp): add heuristic for type highlightStephan Seitz
2021-06-01highlights(c_sharp): highlight verbatim_string_literalStephan Seitz
2021-06-01highlights(c#): highlight calls of methodsStephan Seitz
2021-06-01highlights(c_sharp): improve highlighting of interpolationsStephan Seitz
2021-06-01Update lockfile.jsonGitHub
2021-06-01chore: show errors output during async installationStephan Seitz
2021-05-31Update lockfile.jsonGitHub
2021-05-31Improve check-queries (#1253)Santos Gallegos
- 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.
2021-05-28Update lockfile.jsonGitHub
2021-05-27Elixir: Highlight `with` as conditionalDaniel Kempkens
`with` is also considered a conditional in Elixir. Highlight it accordingly.
2021-05-26[docgen] Update README.mdGithub Actions
skip-checks: true
2021-05-26feat: use the original scss parserelianiva
..and add myself as the maintainer
2021-05-24highlights(rust): highlight fields with shorthand_field_initializerStephan Seitz
2021-05-24Update lockfile.jsonGitHub
2021-05-23Update lockfile.jsonoponkork
2021-05-23feat(fortran): Support indentationoponkork
2021-05-23feat(fortran): Improve highlightingoponkork
2021-05-23HTML: remove `@combined` from injectionsSantos Gallegos
2021-05-22Rust: highlight constantsSantos Gallegos