| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update parsers: diff, norg, racket, tealv0.8.3 | GitHub | 2023-02-13 | 1 | -4/+4 |
| | | |||||
| * | comment(highlights): reduce false positives (#4298) | Santos Gallegos | 2023-02-13 | 1 | -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 functions | Kiyoon Kim | 2023-02-12 | 4 | -10/+6 |
| | | |||||
| * | chore(fish): update test command highlight query (#4306) | Omar Zeghouani | 2023-02-13 | 2 | -4/+3 |
| | | |||||
| * | deprecate get_node_range and is_in_node_range | Kiyoon Kim | 2023-02-12 | 2 | -50/+17 |
| | | |||||
| * | Update parsers: c_sharp, capnp, fortran, func, glimmer, haskell, php, ron, ↵ | GitHub | 2023-02-12 | 1 | -10/+10 |
| | | | | | sql, v | ||||
| * | highlights(php): use `lua-match?` | Ananda Umamil | 2023-02-12 | 1 | -2/+2 |
| | | | | | Co-authored-by: Stephan Seitz <stephan.seitz@fau.de> | ||||
| * | highlights(php): remove typedef capture from `as` | Ananda Umamil | 2023-02-12 | 1 | -1/+1 |
| | | |||||
| * | highlights(php): fix `@constant` queries | Ananda Umamil | 2023-02-12 | 1 | -7/+9 |
| | | |||||
| * | highlights(php): fix queries related to namespaces | Ananda Umamil | 2023-02-12 | 1 | -11/+22 |
| | | |||||
| * | highlights(kotlin): fix function highlights | ObserverOfTime | 2023-02-12 | 1 | -1/+5 |
| | | |||||
| * | astro: add injections for scss | Vir Chaudhury | 2023-02-11 | 1 | -0/+9 |
| | | |||||
| * | injections(svelte): add pug injection | ObserverOfTime | 2023-02-11 | 1 | -0/+12 |
| | | |||||
| * | fix: incremental_selection error | haoxian | 2023-02-11 | 1 | -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, tlaplus | GitHub | 2023-02-08 | 1 | -3/+3 |
| | | |||||
| * | Update parsers: ebnf, embedded_template, gdscript, kdl, thrift, zig | GitHub | 2023-02-07 | 1 | -6/+6 |
| | | |||||
| * | Update parsers: c_sharp, cmake, kdl, pug, v, vim | GitHub | 2023-02-05 | 1 | -5/+5 |
| | | |||||
| * | feat: improve KDL queries | Amaan Qureshi | 2023-02-05 | 8 | -5/+30 |
| | | |||||
| * | feat(markdown): add latex injections | Christian Clason | 2023-02-05 | 1 | -0/+1 |
| | | | | | added in https://github.com/MDeiml/tree-sitter-markdown/pull/71 | ||||
| * | feat: add RON | Amaan Qureshi | 2023-02-05 | 8 | -2/+100 |
| | | |||||
| * | Update parsers: arduino, markdown, markdown_inline, tlaplus | GitHub | 2023-02-05 | 1 | -4/+4 |
| | | |||||
| * | feat: add chatito | ObserverOfTime | 2023-02-04 | 8 | -0/+89 |
| | | |||||
| * | Update parsers: gdscript, ruby, sql, zig | GitHub | 2023-02-04 | 1 | -4/+4 |
| | | |||||
| * | highlights(ecma): limit constructor highlight | ObserverOfTime | 2023-02-03 | 1 | -2/+8 |
| | | |||||
| * | Update lockfile.json: julia | Sergio Alejandro Vargas | 2023-02-03 | 1 | -1/+1 |
| | | |||||
| * | feat(julia/highlights): Add `as` keyword | Sergio Alejandro Vargas | 2023-02-03 | 1 | -0/+2 |
| | | |||||
| * | feat: add gosum | Amaan Qureshi | 2023-02-03 | 4 | -0/+46 |
| | | |||||
| * | Update parsers: bash, func, markdown, markdown_inline, sql, v | GitHub | 2023-02-03 | 1 | -6/+6 |
| | | |||||
| * | chore: organize languages in parsers.lua | Amaan Qureshi | 2023-02-03 | 1 | -663/+663 |
| | | |||||
| * | feat: add func | Amaan Qureshi | 2023-02-02 | 4 | -0/+207 |
| | | |||||
| * | `jq/highlights.scm` should highlight the `elif` keyword | Omer Tuchfeld | 2023-02-02 | 1 | -0/+1 |
| | | |||||
| * | Update parsers: bash, beancount, help, sql, v | GitHub | 2023-02-02 | 1 | -5/+5 |
| | | |||||
| * | highlights(cuda): add `__noinline__` | Stephan Seitz | 2023-02-01 | 1 | -0/+1 |
| | | |||||
| * | Update parsers: smithy | GitHub | 2023-02-01 | 1 | -1/+1 |
| | | |||||
| * | Update parsers: cuda, sql | GitHub | 2023-01-31 | 1 | -2/+2 |
| | | |||||
| * | feat: add smithy (#4245) | Amaan Qureshi | 2023-01-31 | 4 | -0/+126 |
| | | |||||
| * | simplify tests | Alvaro Muñoz | 2023-01-31 | 3 | -13/+2 |
| | | |||||
| * | update tests | Alvaro Muñoz | 2023-01-31 | 3 | -9/+14 |
| | | |||||
| * | fix tests | Alvaro Muñoz | 2023-01-31 | 2 | -4/+1 |
| | | |||||
| * | add ql indent tests | Alvaro Muñoz | 2023-01-31 | 3 | -0/+36 |
| | | |||||
| * | fix(ql): Add moduleMember to indent file | Alvaro Muñoz | 2023-01-31 | 1 | -0/+1 |
| | | |||||
| * | Update parsers: elsa, sql | GitHub | 2023-01-31 | 1 | -2/+2 |
| | | |||||
| * | fix: better support for custom parsers | Lewis Russell | 2023-01-30 | 1 | -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, thrift | GitHub | 2023-01-30 | 1 | -6/+6 |
| | | |||||
| * | feat: add elsa | Amaan Qureshi | 2023-01-30 | 4 | -0/+53 |
| | | |||||
| * | Update parsers: capnp, cuda, kdl, thrift | GitHub | 2023-01-29 | 1 | -4/+4 |
| | | |||||
| * | chore: update thrift queries | Amaan Qureshi | 2023-01-29 | 2 | -9/+35 |
| | | |||||
| * | fix artefact in change mode | Kiyoon Kim | 2023-01-28 | 1 | -19/+12 |
| | | |||||
| * | highlights(beancount): update on latest updates | Brian Ryall | 2023-01-28 | 1 | -10/+8 |
| | | |||||
| * | Update parsers: beancount, cpp, cuda, hlsl, java, nickel, scala, thrift, v | GitHub | 2023-01-28 | 1 | -9/+9 |
| | | |||||
