aboutsummaryrefslogtreecommitdiffstats
path: root/queries
Commit message (Expand)AuthorAgeFilesLines
* feat(indent): support `@aligned_indent` for pythonMunif Tanjim2022-01-211-3/+14
* feat: rewrite indent moduleMunif Tanjim2022-01-215-19/+51
* feat: improve indent moduleMunif Tanjim2022-01-211-4/+7
* parsers: add phpdoc parser (experimental)Michael Härtl2022-01-202-1/+43
* highlights(c): don't highlight type qualifiers in declarations as typesJohn Drouhard2022-01-201-2/+0
* fix(php) match magic and single letter constantsMichael Härtl2022-01-191-1/+3
* feat(lua)!: switch from our fork to MunifTanjim's (#2272)Christian Clason2022-01-185-194/+177
* highlights(swift): add more `@operator`s and `implicit` keywordStephan Seitz2022-01-181-1/+17
* highlights(swift): highlight `"->"` as `@operator`Stephan Seitz2022-01-181-1/+2
* highlights(swift): highlight punctuationStephan Seitz2022-01-181-0/+3
* feat(java)(highlights): add missing highlights for `@type`captainko2022-01-181-0/+6
* highlights(php): detect constructor calls on instantiationMichael Härtl2022-01-171-5/+7
* highlights(cpp): add support for "<=>", "constinit", "consteval"Stephan Seitz2022-01-171-1/+6
* highlights(hack): add keywords implementsStephan Seitz2022-01-171-3/+11
* highlights(hack): extend queries add testsStephan Seitz2022-01-171-5/+137
* highlights(hack): add some basic highlightsStephan Seitz2022-01-171-0/+162
* locals(cpp): add support for conceptsStephan Seitz2022-01-161-0/+5
* highlights(cpp): add support for conceptsStephan Seitz2022-01-161-0/+4
* support PyFoam syntax in OpenFOAM filesElwardi2022-01-162-0/+8
* highlights(rust): add "yield" keywordStephan Seitz2022-01-161-1/+4
* add hoconantosha4172022-01-162-0/+38
* highlight(swift): add upstream queriesChristian Clason2022-01-162-0/+148
* highlights/injections/indents(java): comment -> line_comment,block_commentStephan Seitz2022-01-163-3/+6
* fix(php): change query for @constructor groupInfectos2022-01-161-2/+3
* highlights(php): fix and add missing highlightsMichael Härtl2022-01-151-7/+61
* highlights(haskell): function with type signatureAnanda Umamil2022-01-131-0/+3
* highlights(julia): add highlight for block commentskoalp2022-01-132-3/+9
* Add a missing LaTeX hightlight.Jendrik Stelzner2022-01-131-0/+1
* highlights(vue): improve vue highlightsMichael Chris Lopez2022-01-121-5/+8
* highlights(html_tags): more specific attribute_value targetMichael Chris Lopez2022-01-121-2/+2
* Add LaTeX highlights: addpart, addchap, addsec.Jendrik Stelzner2022-01-121-0/+8
* Add highlight for markdown delimitersMDeiml2022-01-111-2/+6
* Fix slow startup times for markdown grammarMDeiml2022-01-101-2/+2
* highlights(llvm): import highlight queries from upstreamStephan Seitz2022-01-091-8/+150
* highlights(go): highlights "~"Stephan Seitz2022-01-091-0/+1
* folds(bash): fold at `c_style_for_statement`Stephan Seitz2022-01-091-0/+1
* fix(kotlin): use _import for type capturesSal Bakraa2022-01-081-4/+4
* fix(kotlin): use @attribute instead of @annotationSal Bakraa2022-01-081-6/+6
* fix(kotlin): use correct node for when expression foldsSal Bakraa2022-01-081-1/+1
* fix(kotlin): fix typo in locals querySal Bakraa2022-01-081-1/+1
* feat(kotlin): include a folds and a locals querySal Bakraa2022-01-082-0/+100
* fix(kotlin): include regex in injections querySal Bakraa2022-01-081-0/+31
* fix(kotlin): update highlights query to match new parserSal Bakraa2022-01-081-161/+375
* Add highlight for quote markerMDeiml2022-01-081-0/+2
* Better punctuation queries for foamElwardi2022-01-081-2/+5
* Remove OpenFOAM textobjectsElwardi2022-01-081-8/+0
* Highlight builtins as @constant.builtin in OpenFOAM queriesElwardi2022-01-081-2/+2
* Add OpenFOAM parserElwardi2022-01-086-0/+102
* Improve Haskell highlightingAnanda Umamil2022-01-081-9/+14
* Add ninja parser (#2217)Alexandre A. Muller2022-01-083-0/+105