aboutsummaryrefslogtreecommitdiffstats
path: root/queries
Commit message (Expand)AuthorAgeFilesLines
* highlights(c): make sizeof a `keyword.operator`Sergio Alejandro Vargas2021-09-011-1/+1
* highlights(lua): Add Lua 5.1 built-in functionsSergio Alejandro Vargas2021-09-011-0/+9
* Fix method access using php nullsafe operator (#1773)Wilman Barrios2021-08-301-0/+3
* Reorder json5 queriesJoaquín León2021-08-301-3/+3
* @number -> @keywordAndrew Helwer2021-08-301-1/+1
* Updated highlight queries for tlaplusAndrew Helwer2021-08-301-29/+47
* Add tree-sitter-pioasm with highlights and injections (#1759)leo602282021-08-292-0/+40
* update scala highlights (#1760)Stevan Milic2021-08-281-5/+78
* highlights(php): add missings operators `?->` and `=>` (#1729)Wilman Barrios2021-08-261-0/+3
* feat(vim): highlight highlight_statement correctlyThomas Vigouroux2021-08-261-4/+9
* add keywords to scala highlights (#1662)Stuart Mashaal2021-08-251-0/+96
* Add support for json5Joakker2021-08-252-0/+18
* highlight(zig) highlight all caps is a constantmaxxnino2021-08-241-1/+10
* Viml: update queriesSantos Gallegos2021-08-232-4/+36
* highlight(zig): rework querymaxxnino2021-08-233-101/+47
* highlights(php): add `instanceof` as `@keyword` (#1728)Wilman Barrios2021-08-211-0/+1
* Highlight some keyword.function nodes as just keywordsAndrew Helwer2021-08-201-5/+5
* Added TLA+ grammar & queriesAndrew Helwer2021-08-203-0/+149
* feat(vim): support augroupsThomas Vigouroux2021-08-201-1/+5
* fix(viml): update and support mappingsThomas Vigouroux2021-08-201-0/+10
* Remove redunant capture.Aleksei Abakumkin2021-08-181-3/+3
* Update CSharp highlights.Aleksei Abakumkin2021-08-181-2/+28
* Disable combined injections for HEExClay2021-08-181-2/+5
* Add doctype highlightsClay2021-08-181-14/+12
* Update surface version, fix highlightsClay2021-08-181-7/+5
* Add HEEx language support, add missing commentstringsClay2021-08-188-6/+72
* highlights(lua): Add semicolonsSergio Alejandro Vargas2021-08-171-1/+1
* fix(vim): highlight more punctuationThomas Vigouroux2021-08-161-0/+14
* feat: add support for vimThomas Vigouroux2021-08-162-0/+114
* Lua: highlight uppercase variables as constants (#1690)Santos Gallegos2021-08-141-0/+2
* Add comment highlighting for keywords in Haskell (#1695)jpe902021-08-141-0/+1
* Query: update locals (#1692)Santos Gallegos2021-08-141-0/+1
* Query: highlight numbersSantos Gallegos2021-08-141-0/+3
* Fix: Improve Elixir highlighting performance (#1682)Connor Lay (Clay)2021-08-131-133/+107
* highlights(zig): label, switch item, operator, punctuation, field property (#...maxxnino2021-08-121-8/+26
* Enable to highlight shebang on JS/TSdelphinus2021-08-121-1/+4
* Update new query and parser for zigmaxxnino2021-08-115-222/+218
* Fix instance and singleton method locals for RubyYorick Peterse2021-08-091-1/+2
* RST: use `any-of?` instead of `match?` (#1678)Santos Gallegos2021-08-082-10/+42
* RST: add code-block to injections (#1677)Santos Gallegos2021-08-081-1/+1
* fix(c_sharp): Improve highlightsLuxed2021-08-061-3/+73
* feat(c_sharp): Simplify folds by only folding blocks of code instead ofLuxed2021-08-061-16/+13
* feat(c_sharp): Add first draft of localsLuxed2021-08-061-0/+41
* highlights(zig): function return type, var decl typemaxxnino2021-08-041-1/+14
* highlights(zig): highlight enum,union,error and custom number typemaxxnino2021-08-041-2/+9
* highlights(lua): Organize `function_call` queriesSergio Alejandro Vargas2021-08-021-3/+6
* highlights(lua): Fix method callsSergio Alejandro Vargas2021-08-021-1/+1
* Update teal highlightsStephan Seitz2021-08-024-26/+27
* Feature: Add Surface language and integrate with Elixir (#1645)Connor Lay (Clay)2021-08-016-0/+80
* Indent C compound_literal_expressionleo602282021-08-011-0/+1