aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update parsers: diff, norg, racket, tealv0.8.3GitHub2023-02-131-4/+4
|
* comment(highlights): reduce false positives (#4298)Santos Gallegos2023-02-131-18/+19
| | | | | | | | | | | | There are a couple cases where the comment highlights will match things that aren't necessary a tag. For example in Rust, when commenting a block that deals with generics (generics are declared as `T: Type`), this may be distracting. So, instead of highlighting all tags, we can restrict to highlighting the explicit keywords. Ref https://github.com/stsewd/tree-sitter-comment/issues/14
* properly replace deprecated tsutils functionsKiyoon Kim2023-02-124-10/+6
|
* chore(fish): update test command highlight query (#4306)Omar Zeghouani2023-02-132-4/+3
|
* deprecate get_node_range and is_in_node_rangeKiyoon Kim2023-02-122-50/+17
|
* Update parsers: c_sharp, capnp, fortran, func, glimmer, haskell, php, ron, ↵GitHub2023-02-121-10/+10
| | | | sql, v
* highlights(php): use `lua-match?`Ananda Umamil2023-02-121-2/+2
| | | | Co-authored-by: Stephan Seitz <stephan.seitz@fau.de>
* highlights(php): remove typedef capture from `as`Ananda Umamil2023-02-121-1/+1
|
* highlights(php): fix `@constant` queriesAnanda Umamil2023-02-121-7/+9
|
* highlights(php): fix queries related to namespacesAnanda Umamil2023-02-121-11/+22
|
* highlights(kotlin): fix function highlightsObserverOfTime2023-02-121-1/+5
|
* astro: add injections for scssVir Chaudhury2023-02-111-0/+9
|
* injections(svelte): add pug injectionObserverOfTime2023-02-111-0/+12
|
* fix: incremental_selection errorhaoxian2023-02-111-0/+1
| | | | | if some empty lines in the end of file, would throw error messages when incremental_selection to the whole file.
* Update parsers: haskell, jsonnet, tlaplusGitHub2023-02-081-3/+3
|
* Update parsers: ebnf, embedded_template, gdscript, kdl, thrift, zigGitHub2023-02-071-6/+6
|
* Update parsers: c_sharp, cmake, kdl, pug, v, vimGitHub2023-02-051-5/+5
|
* feat: improve KDL queriesAmaan Qureshi2023-02-058-5/+30
|
* feat(markdown): add latex injectionsChristian Clason2023-02-051-0/+1
| | | | added in https://github.com/MDeiml/tree-sitter-markdown/pull/71
* feat: add RONAmaan Qureshi2023-02-058-2/+100
|
* Update parsers: arduino, markdown, markdown_inline, tlaplusGitHub2023-02-051-4/+4
|
* feat: add chatitoObserverOfTime2023-02-048-0/+89
|
* Update parsers: gdscript, ruby, sql, zigGitHub2023-02-041-4/+4
|
* highlights(ecma): limit constructor highlightObserverOfTime2023-02-031-2/+8
|
* Update lockfile.json: juliaSergio Alejandro Vargas2023-02-031-1/+1
|
* feat(julia/highlights): Add `as` keywordSergio Alejandro Vargas2023-02-031-0/+2
|
* feat: add gosumAmaan Qureshi2023-02-034-0/+46
|
* Update parsers: bash, func, markdown, markdown_inline, sql, vGitHub2023-02-031-6/+6
|
* chore: organize languages in parsers.luaAmaan Qureshi2023-02-031-663/+663
|
* feat: add funcAmaan Qureshi2023-02-024-0/+207
|
* `jq/highlights.scm` should highlight the `elif` keywordOmer Tuchfeld2023-02-021-0/+1
|
* Update parsers: bash, beancount, help, sql, vGitHub2023-02-021-5/+5
|
* highlights(cuda): add `__noinline__`Stephan Seitz2023-02-011-0/+1
|
* Update parsers: smithyGitHub2023-02-011-1/+1
|
* Update parsers: cuda, sqlGitHub2023-01-311-2/+2
|
* feat: add smithy (#4245)Amaan Qureshi2023-01-314-0/+126
|
* simplify testsAlvaro Muñoz2023-01-313-13/+2
|
* update testsAlvaro Muñoz2023-01-313-9/+14
|
* fix testsAlvaro Muñoz2023-01-312-4/+1
|
* add ql indent testsAlvaro Muñoz2023-01-313-0/+36
|
* fix(ql): Add moduleMember to indent fileAlvaro Muñoz2023-01-311-0/+1
|
* Update parsers: elsa, sqlGitHub2023-01-311-2/+2
|
* fix: better support for custom parsersLewis Russell2023-01-301-2/+10
| | | | | | | If the user changes the parser_config by modifing the table returned by get_parser_configs(), then internally mark the config so when we install we 1) don't use the revision pointed to by the lockfile, and 2) always download the parser via git.
* Update parsers: capnp, kdl, markdown, markdown_inline, scala, thriftGitHub2023-01-301-6/+6
|
* feat: add elsaAmaan Qureshi2023-01-304-0/+53
|
* Update parsers: capnp, cuda, kdl, thriftGitHub2023-01-291-4/+4
|
* chore: update thrift queriesAmaan Qureshi2023-01-292-9/+35
|
* fix artefact in change modeKiyoon Kim2023-01-281-19/+12
|
* highlights(beancount): update on latest updatesBrian Ryall2023-01-281-10/+8
|
* Update parsers: beancount, cpp, cuda, hlsl, java, nickel, scala, thrift, vGitHub2023-01-281-9/+9
|