aboutsummaryrefslogtreecommitdiffstats
path: root/queries
Commit message (Expand)AuthorAgeFilesLines
* feat: conceal backslash escapeFolke Lemaitre2022-10-301-5/+4
* feat: markdown table highlights and inlineFolke Lemaitre2022-10-292-1/+12
* Add regex injections for php (#3592)gbprod2022-10-281-1/+7
* feat(git_rebase): add git_rebase parsergbprod2022-10-282-0/+13
* fix(ocaml): change query order for VariablesRobin Björklin2022-10-251-7/+7
* highlights(python): add "except*"Stephan Seitz2022-10-251-0/+1
* Update ecma injections to support recent additions to tree-sitter-javascript/...NullVoxPopuli2022-10-241-0/+2
* fix(bash): Rename ansii_c_string to ansi_c_string. (#3702)ギャラ2022-10-231-1/+1
* nickel: use @booleanJosé Luis Lafuente2022-10-201-1/+1
* parsers: add nickel parser (#3506)José Luis Lafuente2022-10-191-0/+61
* feat(diff): add diff parsergbprod2022-10-191-0/+6
* highlights(ecma): add pair_pattern punctuation.delimiterMunif Tanjim2022-10-171-0/+1
* locals(lua): fix directive not applyingbeardedsakimonkey2022-10-171-6/+6
* folds(yaml): Fold at the entire node, not at the body.Jongwook Choi2022-10-161-1/+2
* highlights: use @preproc where appropriateObserverOfTime2022-10-1515-16/+43
* test(gitattributes): add tests for highlightsObserverOfTime2022-10-151-2/+1
* highlights(c): highlight standard streamsObserverOfTime2022-10-151-0/+3
* highlights(rst): disable spell for code blocksObserverOfTime2022-10-152-2/+2
* highlights(dockerfile): add several highlightsObserverOfTime2022-10-151-0/+13
* highlights(bash): add all signal namesObserverOfTime2022-10-151-1/+3
* highlights(kotlin): add companion keywordObserverOfTime2022-10-151-0/+3
* highlights(scss): add function statementObserverOfTime2022-10-151-0/+7
* highlights(typescript): add override keywordObserverOfTime2022-10-151-0/+1
* highlights(vim): add some more keywordsObserverOfTime2022-10-151-0/+6
* highlights(r): add spellMaximilian Muecke2022-10-151-1/+1
* highlights(rust): distinguish between "for" in loops and impl_itemStephan Seitz2022-10-151-2/+4
* feat(viml): update queriesChristian Clason2022-10-151-1/+12
* feat(php): add queries for bash injectionsgbprod2022-10-121-0/+11
* feat(php): improve php foldsgbprod2022-10-121-3/+12
* fix(julia): remove highlight query for constantsFredrik Ekre2022-10-121-2/+0
* highlights(cpp): add alternative operator namesmliszcz2022-10-111-14/+11
* fix(php): add indent for enumsgbprod2022-10-101-0/+1
* feat(swift): sync highlight queries with upstreamAlex Pinkus2022-10-101-2/+5
* feat(twig): add @spell on commentsgbprod2022-10-061-1/+1
* Fix php indent for short array declarationgbprod2022-10-061-0/+1
* feat(spell) added spell to html-tags textLampros2022-10-051-1/+1
* highlights(proto): highlight optionalMatthias Vogelgesang2022-10-041-0/+1
* Introduce twig parsergbprod2022-10-032-0/+62
* update vimdoc parser and queriesChristian Clason2022-09-291-9/+10
* indents(wgsl): add indents.scmStephan Seitz2022-09-281-0/+19
* haskell/highlights: Match `pattern` as a keywordJade Lovelace2022-09-271-0/+1
* feat(slint): <=> operatorShootingStarDragons2022-09-261-0/+1
* highlights(php): add spellLaytan Laats2022-09-261-2/+2
* feat(spell): support more languagesLewis Russell2022-09-2627-44/+41
* feat(comment): highlight `NOTE` as `@text.note` (#3537)Erik Westrup2022-09-231-0/+6
* highlights(elvish): Use `@function.builtin` for operator-like functionsTobias Frilling2022-09-191-1/+1
* fix(ecma injections): jsdoc match /** */ onlyNick Friday2022-09-151-1/+3
* highlights(sql): remove grouped keywordMatthias Queitsch2022-09-141-2/+1
* highlights(sql): removed duplicate keywords, added new keyword, hashingMatthias Queitsch2022-09-141-7/+12
* fix(fold): don't include whitespace end regionsLewis Russell2022-09-122-6/+16