aboutsummaryrefslogtreecommitdiffstats
path: root/queries
Commit message (Collapse)AuthorAgeFilesLines
* 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
* chore(fish): update test command highlight query (#4306)Omar Zeghouani2023-02-131-3/+2
|
* 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
|
* feat: improve KDL queriesAmaan Qureshi2023-02-055-2/+28
|
* 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-055-0/+88
|
* feat: add chatitoObserverOfTime2023-02-045-0/+77
|
* highlights(ecma): limit constructor highlightObserverOfTime2023-02-031-2/+8
|
* feat(julia/highlights): Add `as` keywordSergio Alejandro Vargas2023-02-031-0/+2
|
* feat: add gosumAmaan Qureshi2023-02-031-0/+33
|
* feat: add funcAmaan Qureshi2023-02-021-0/+194
|
* `jq/highlights.scm` should highlight the `elif` keywordOmer Tuchfeld2023-02-021-0/+1
|
* highlights(cuda): add `__noinline__`Stephan Seitz2023-02-011-0/+1
|
* feat: add smithy (#4245)Amaan Qureshi2023-01-311-0/+114
|
* update testsAlvaro Muñoz2023-01-311-8/+8
|
* fix(ql): Add moduleMember to indent fileAlvaro Muñoz2023-01-311-0/+1
|
* feat: add elsaAmaan Qureshi2023-01-301-0/+41
|
* chore: update thrift queriesAmaan Qureshi2023-01-291-8/+34
|
* highlights(beancount): update on latest updatesBrian Ryall2023-01-281-10/+8
|
* feat: add kdl (#4227)Amaan Qureshi2023-01-282-0/+58
| | | | | | | | | | | | | * feat: add kdl * feat: comment queries * fix(kdl): comments properly highlighted now * feat(kdl): folds * chore: bump revision to feature-complete parser * fix: folds
* fix(capnp): update highlightsAmaan Qureshi2023-01-281-1/+1
|
* highlights(php): `instanceof` operandAnanda Umamil2023-01-281-0/+3
|
* Use `@parameter` captureAnanda Umamil2023-01-281-1/+1
|
* Apply the suggestion from @Lucario387Ananda Umamil2023-01-281-3/+1
| | | Co-authored-by: Lucario387 <hoangtun0810@gmail.com>
* highlights(php): declare directives and `:`Ananda Umamil2023-01-281-0/+7
|
* highlights(c): extern in linkage specificationObserverOfTime2023-01-261-0/+3
|
* feat: add poe_filterObserverOfTime2023-01-254-0/+45
|
* feat(capnp, thrift): add folds, bump lockfileAmaan Qureshi2023-01-233-1/+27
|
* refactor(capnp, thrift): improve grammar & queries to stable for the ↵Amaan Qureshi2023-01-232-7/+23
| | | | foreseeable future
* julia: add `if_clause` (#4204)Sergio A. Vargas2023-01-231-0/+2
| | | | | * fix(julia/highlights): Add `if_clause` * Update Julia lockfile revision
* feat: add capnp (#4203)Amaan Qureshi2023-01-231-0/+124
|
* feat(thrift): refactor queries for better highlights, fixes bugs where ↵Amaan Qureshi2023-01-231-9/+10
| | | | certain ones went past where they should've ended
* highlights(rst): don't spell check linksObserverOfTime2023-01-221-5/+3
|
* feat(thrift): use better queries, namely for idents (#4197)Amaan Qureshi2023-01-221-3/+22
|
* Partially revert json highlight updatesPham Huy Hoang2023-01-221-3/+2
|
* highlights(json): conceal escaped quoteObserverOfTime2023-01-211-10/+26
|
* injections(html): update injection queriesPham Huy Hoang2023-01-211-5/+4
|
* refactor(scala): update scala highlights for uppercase identifiersChris Kipp2023-01-211-1/+1
| | | | | | | | | This is a small change that comes from the discussion we had in https://github.com/tree-sitter/tree-sitter-scala/discussions/168#discussioncomment-4718624. The idea here is that we're sort of making an assumption on what an uppercase identifier is in Scala and more times than not, it's actually a `@type`. So this changes the `@constant` capture to a `@type` one. You can find the full context in the linked discussion.
* feat: add htmldjangoObserverOfTime2023-01-214-0/+43
|
* feat: add thrift (#4185)Amaan Qureshi2023-01-211-0/+144
|
* folds(ini): add folds.scmStephan Seitz2023-01-211-0/+1
|
* highlights(ini): add highlights.scmStephan Seitz2023-01-211-0/+16
|
* parsers: Add FHIR Shorthand (FSH) (#4052)Matthew Gramigna2023-01-181-0/+91
|
* scala: add interpolator query (#4175)Chris Kipp2023-01-181-3/+3
|