aboutsummaryrefslogtreecommitdiffstats
path: root/queries
Commit message (Expand)AuthorAgeFilesLines
* feat(keywords) add keyword.return & keyword.yieldantonk522021-07-0419-25/+98
* locals: add more scopesOmar Zeghouani2021-07-041-1/+9
* highlights(zig): use `@string.escape` for escape sequencesStephan Seitz2021-07-041-1/+1
* Add support for `match` expression in PHP (#1482)Wilman Barrios2021-07-041-0/+1
* fold HCL objects (#1479)David Hotham2021-07-031-0/+1
* feat(fortran): moved procedure to @keyword.functionoponkork2021-07-021-1/+1
* feat(fortran): Improved and sorted highlight queriesoponkork2021-07-021-24/+31
* highlight template interpolation enclosures as punctuation.bracket; cleanupmhoffm2021-07-021-4/+6
* update lockfile to point to v0.4.0; update highlight queriesmhoffm2021-07-021-7/+14
* fish: only highlight 'test' keyword instead of entire condition (#1464)Gregory Anders2021-07-021-1/+1
* Move macro to `@function.macro` captureUy Ha2021-07-021-1/+4
* Change captures:Uy Ha2021-07-021-6/+5
* Remove query for specific keywords for nowUy Ha2021-07-021-71/+0
* Add comment parsing and highlight whole bracket argumentUy Ha2021-07-021-2/+7
* Fix wrong name:Uy Ha2021-07-021-0/+0
* Capture `variable_ref` instead of `variable` for `@variable`Uy Ha2021-07-021-1/+1
* Change `@parameter` capture to `@string`Uy Ha2021-07-021-3/+2
* Move keywords to their appropriate capture:Uy Ha2021-07-021-19/+25
* Highlight only command name instead of the whole callUy Ha2021-07-021-14/+14
* Remove non-foldable commands (incorrect copy and paste)Uy Ha2021-07-021-2/+0
* Add fold.scmUy Ha2021-07-021-0/+9
* Refine highlights.scm:Uy Ha2021-07-021-80/+94
* Add highlights.scmUy Ha2021-07-021-0/+87
* feat(dart): add function call expression highlightAkin Sowemimo2021-07-021-0/+6
* Update queries/hcl/highlights.scmMichael Hoffmann2021-07-021-3/+3
* work on queries; fix macos buildmhoffm2021-07-021-2/+2
* work on queriesmhoffm2021-07-021-6/+13
* add basic injectionsmhoffm2021-07-021-0/+1
* fix highlights.scmmhoffm2021-07-021-1/+1
* improve queriesmhoffm2021-07-021-1/+1
* improve queriesmhoffm2021-07-021-8/+9
* add hcl parsermhoffm2021-07-022-0/+77
* python(highlights): don't use type for APPStephan Seitz2021-07-011-1/+1
* highlights(typescript): fix indentifier for type importsMunif Tanjim2021-07-011-0/+6
* query: Only highlight predicate name (#1461)Gregory Anders2021-07-011-1/+1
* highlights(go): modernize highlights.scmStephan Seitz2021-07-011-67/+106
* feat(dart): add function call query (commented)Akin Sowemimo2021-07-011-0/+1
* feat(dart): add multiplicative_operatorAkin Sowemimo2021-07-011-0/+4
* feat: add comment highlighting in LaTeXAshish Panigrahi2021-07-011-0/+1
* Add common quasiquote highlights/injections for Haskell (#1440)Farbod Salamat-Zadeh2021-07-012-0/+64
* highlights(latex): highlight chapter*, section*, part* ...Stephan Seitz2021-06-301-0/+8
* Adds support for PHP's arrow funcion (#1427)tk-shirasaka2021-06-281-2/+9
* fix typo in queryJaehwang Jerry Jung2021-06-261-1/+1
* feat(haskell): improve highlight queryelianiva2021-06-261-39/+72
* feat: add haskell highlightselianiva2021-06-261-0/+91
* Use #any-of? instead of #match? where posibleJoakker2021-06-259-15/+31
* rust: inject html to html! macrotami52021-06-211-0/+9
* feat: added `self` as builtin keyword for LuaFolke Lemaitre2021-06-171-0/+2
* highlight: add SCSS single_line_commentFarbod Salamat-Zadeh2021-06-151-0/+1
* parsers: add tree-sitter-cudaStephan Seitz2021-06-144-0/+15