| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: add cponv0.8.5 | Amaan Qureshi | 2023-02-24 | 5 | -0/+81 |
| | | |||||
| * | feat: add dhall | Amaan Qureshi | 2023-02-24 | 3 | -0/+189 |
| | | |||||
| * | Extend injections for Lua to use query parser | Cameron | 2023-02-24 | 1 | -1/+1 |
| | | |||||
| * | feat(java): some instances of definition.var should be definition.parameter | Amaan Qureshi | 2023-02-23 | 1 | -9/+21 |
| | | |||||
| * | feat(java): distinguish escape sequences, move certain keywords to more ↵ | Amaan Qureshi | 2023-02-23 | 3 | -131/+136 |
| | | | | | appropriate places | ||||
| * | feat: add starlark | Amaan Qureshi | 2023-02-23 | 5 | -0/+446 |
| | | |||||
| * | docs: fix typos | dundargoc | 2023-02-23 | 11 | -11/+11 |
| | | |||||
| * | feat(capnp): improve queries | Amaan Qureshi | 2023-02-23 | 4 | -20/+149 |
| | | |||||
| * | Update highlights.scm | Josef Litoš | 2023-02-22 | 1 | -2/+2 |
| | | |||||
| * | Update queries/kotlin/highlights.scm | Josef Litoš | 2023-02-22 | 1 | -1/+1 |
| | | | | Co-authored-by: ObserverOfTime <chronobserver@disroot.org> | ||||
| * | feat(kotlin): improved highlight queries | JosefLitos | 2023-02-22 | 1 | -2/+5 |
| | | |||||
| * | feat(elsa): improve queries | Amaan Qureshi | 2023-02-22 | 4 | -0/+20 |
| | | |||||
| * | feat(smali): improve queries | Amaan Qureshi | 2023-02-22 | 4 | -32/+188 |
| | | |||||
| * | highlights(sql): update highlight queriesv0.8.4 | Matthias Queitsch | 2023-02-20 | 1 | -20/+63 |
| | | | | | | | | | | | | | | | | | | | | | highlights(sql): add bool, attributes, conditionals highlights(sql): add builtins highlights(sql): add parameters highlights(sql): add temp table attribute update sql highlights; add floats bump sql version bump upstream sql version highlights(sql): fix float regex fix upstream changes; bump sql version | ||||
| * | feat(go): add folds for type switch and switch cases | Laytan Laats | 2023-02-19 | 1 | -0/+4 |
| | | |||||
| * | feat(thrift): improve queries | Amaan Qureshi | 2023-02-18 | 4 | -2/+56 |
| | | |||||
| * | feat: add @text.uri where applicable to thrift and gosum | Amaan Qureshi | 2023-02-18 | 2 | -10/+7 |
| | | |||||
| * | highlight for module path | ray-x | 2023-02-17 | 1 | -0/+1 |
| | | |||||
| * | Split out `@keyword.return` | Eleanor Bartle | 2023-02-17 | 1 | -2/+2 |
| | | | | | Moves `break` and `continue` to `@repeat`. Leave coroutine keywords in `@keyword.return`. I'd really like a `@keyword.coroutine`. | ||||
| * | Add spelling checks to strings and comments | Eleanor Bartle | 2023-02-17 | 1 | -2/+2 |
| | | | | I didn't touch these bits so they aren't in status quo, but sure, I'll fix them. | ||||
| * | Update Zig highlights | Eleanor Bartle | 2023-02-17 | 1 | -81/+76 |
| | | | | Recently I rearranged the keywords. This PR brings the highlights query file up to date with that. | ||||
| * | fortran(highlights): update parser and queries (#4322) | Stephan Seitz | 2023-02-14 | 1 | -1/+1 |
| | | | | | See https://github.com/stadelmanma/tree-sitter-fortran/commit/3738e8cf97a49d0dda735f3c55f5af68229825e1 | ||||
| * | needed for terraform conditionals | Byron Kim | 2023-02-14 | 1 | -1/+1 |
| | | |||||
| * | updated comment to reflect highlight change | Byron Kim | 2023-02-14 | 1 | -1/+1 |
| | | |||||
| * | reverting back since it inherits from hcl | Byron Kim | 2023-02-14 | 1 | -1/+1 |
| | | |||||
| * | update identifier | Byron Kim | 2023-02-14 | 1 | -2/+2 |
| | | |||||
| * | update to variable.builtin | Byron Kim | 2023-02-14 | 1 | -1/+1 |
| | | |||||
| * | Update parsers: gdscript, thrift | GitHub | 2023-02-14 | 1 | -1/+1 |
| | | | | | | update gdscript indent queries to parser change and remove @Shatur as maintainer | ||||
| * | ada(highlights,folds,locals): update to parser changes | Emmanuel Briot | 2023-02-14 | 3 | -4/+6 |
| | | |||||
| * | 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 | ||||
| * | chore(fish): update test command highlight query (#4306) | Omar Zeghouani | 2023-02-13 | 1 | -3/+2 |
| | | |||||
| * | 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 |
| | | |||||
| * | feat: improve KDL queries | Amaan Qureshi | 2023-02-05 | 5 | -2/+28 |
| | | |||||
| * | 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 | 5 | -0/+88 |
| | | |||||
| * | feat: add chatito | ObserverOfTime | 2023-02-04 | 5 | -0/+77 |
| | | |||||
| * | highlights(ecma): limit constructor highlight | ObserverOfTime | 2023-02-03 | 1 | -2/+8 |
| | | |||||
| * | feat(julia/highlights): Add `as` keyword | Sergio Alejandro Vargas | 2023-02-03 | 1 | -0/+2 |
| | | |||||
| * | feat: add gosum | Amaan Qureshi | 2023-02-03 | 1 | -0/+33 |
| | | |||||
| * | feat: add func | Amaan Qureshi | 2023-02-02 | 1 | -0/+194 |
| | | |||||
| * | `jq/highlights.scm` should highlight the `elif` keyword | Omer Tuchfeld | 2023-02-02 | 1 | -0/+1 |
| | | |||||
| * | highlights(cuda): add `__noinline__` | Stephan Seitz | 2023-02-01 | 1 | -0/+1 |
| | | |||||
| * | feat: add smithy (#4245) | Amaan Qureshi | 2023-01-31 | 1 | -0/+114 |
| | | |||||
| * | update tests | Alvaro Muñoz | 2023-01-31 | 1 | -8/+8 |
| | | |||||
