summaryrefslogtreecommitdiff
path: root/queries
AgeCommit message (Collapse)Author
2021-08-25Add support for json5Joakker
2021-08-24highlight(zig) highlight all caps is a constantmaxxnino
* in some context, like translate c macro * which is use all CAPS for define constant
2021-08-23Viml: update queriesSantos Gallegos
2021-08-23highlight(zig): rework querymaxxnino
* improve query performance 120ms -> 6ms * correct highlight for field, type and function * add highlight for escape/format sequence in string
2021-08-21highlights(php): add `instanceof` as `@keyword` (#1728)Wilman Barrios
2021-08-20Highlight some keyword.function nodes as just keywordsAndrew Helwer
2021-08-20Added TLA+ grammar & queriesAndrew Helwer
2021-08-20feat(vim): support augroupsThomas Vigouroux
2021-08-20fix(viml): update and support mappingsThomas Vigouroux
2021-08-18Remove redunant capture.Aleksei Abakumkin
2021-08-18Update CSharp highlights.Aleksei Abakumkin
2021-08-18Disable combined injections for HEExClay
2021-08-18Add doctype highlightsClay
2021-08-18Update surface version, fix highlightsClay
2021-08-18Add HEEx language support, add missing commentstringsClay
2021-08-17highlights(lua): Add semicolonsSergio Alejandro Vargas
2021-08-16fix(vim): highlight more punctuationThomas Vigouroux
2021-08-16feat: add support for vimThomas Vigouroux
2021-08-14Lua: highlight uppercase variables as constants (#1690)Santos Gallegos
2021-08-14Add comment highlighting for keywords in Haskell (#1695)jpe90
Co-authored-by: Santos Gallegos <stsewd@protonmail.com>
2021-08-14Query: update locals (#1692)Santos Gallegos
2021-08-14Query: highlight numbersSantos Gallegos
2021-08-13Fix: Improve Elixir highlighting performance (#1682)Connor Lay (Clay)
2021-08-12highlights(zig): label, switch item, operator, punctuation, field property ↵maxxnino
(#1685) Co-authored-by: maxxnino <idonthaveemail@dontknow.com>
2021-08-12Enable to highlight shebang on JS/TSdelphinus
2021-08-11Update new query and parser for zigmaxxnino
2021-08-09Fix instance and singleton method locals for RubyYorick Peterse
Ruby singleton methods (`def x.y ... end`) weren't covered in the list of locals. In addition, instance methods didn't support names that are capitalised (`def Integer ... end`). This commit ensures that both instance and singleton methods are supported, and that both support identifiers and constants as their names. This ensures that all following examples are covered: def foo; end def FOO; end def self.bar; end def self.BAR; end
2021-08-08RST: use `any-of?` instead of `match?` (#1678)Santos Gallegos
2021-08-08RST: add code-block to injections (#1677)Santos Gallegos
This isn't part of the rst spec, but it's common enough on third party libs (sphinx specially).
2021-08-06fix(c_sharp): Improve highlightsLuxed
2021-08-06feat(c_sharp): Simplify folds by only folding blocks of code instead ofLuxed
folding the methods and their attributes
2021-08-06feat(c_sharp): Add first draft of localsLuxed
2021-08-04highlights(zig): function return type, var decl typemaxxnino
2021-08-04highlights(zig): highlight enum,union,error and custom number typemaxxnino
* highlight enum field as a constant * highlight cImport and constructor * highlight else_switch enum constant
2021-08-02highlights(lua): Organize `function_call` queriesSergio Alejandro Vargas
2021-08-02highlights(lua): Fix method callsSergio Alejandro Vargas
The usual `function_call` query would highlight the objects at the beginning of a method call. The `method` query has to account for this, and highlight the identifier as a variable again.
2021-08-02Update teal highlightsStephan Seitz
2021-08-01Feature: Add Surface language and integrate with Elixir (#1645)Connor Lay (Clay)
* Add initial surface highlights & injections * Additional surface highlights * Filetype detection, fix injections * Fix Elixir function highlight when left is an identifier * Add surface parser * Fix comment highlights * Surface folds, indents, better highlights * Highlight surface components & directives * Restore comments Elixir injections
2021-08-01Indent C compound_literal_expressionleo60228
2021-07-29feature: add godotResource queriesPierre Poupin
2021-07-25highlights(clojure): fix highlighting of #_Stephan Seitz
Fix https://github.com/sogaiu/tree-sitter-clojure/issues/14
2021-07-23Update YANG parser revision and highlights queryTomas Sandven
2021-07-22added very basic HCL indentation supportMark Ellis
2021-07-22Remove regex for fieldHennadii Chernyshchyk
2021-07-20injections(cuda): add injections.scmStephan Seitz
2021-07-20highlights(cuda): add support for __launch_bounds__Stephan Seitz
2021-07-19YANG fold on blocksDavid Hotham
2021-07-19Don't capture quotes as commentsOliver Marshall
2021-07-19Remove last @aOliver Marshall
2021-07-19Remove docstring highlightsOliver Marshall