aboutsummaryrefslogtreecommitdiffstats
path: root/queries
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* highlights(make): add all special targetsLewis Russell2022-01-071-0/+15
* highlights(markdown): `image_description` as referencenumToStr2022-01-071-4/+5
* highlights(markdown): image `!` as delimeternumToStr2022-01-071-0/+3
* highlights(markdown): `link_title` as string literalnumToStr2022-01-071-1/+4
* highlights(markdown): image `(` `)` `[` `]` as delemiternumToStr2022-01-071-1/+5
* fix(locals): fix local selectors queryFymyte2022-01-061-1/+1
* add(indent): add ignore indent for commentsFymyte2022-01-061-0/+2
* fix(indent): fix indent queriesFymyte2022-01-061-1/+3
* add(query): fold, indent and locals queries for rasiFymyte2022-01-063-0/+11
* improve markdown highlightingAlvaro Muñoz Sanchez2022-01-062-5/+15
* Be more accurate about code block languageMDeiml2022-01-051-1/+2
* highlights(Pascal): Fix highlighting of typesPhilip Zander2022-01-051-4/+13
* fix: Remove pi_statement from highlight to sync up with upstream changeMads Kjeldgaard2022-01-051-6/+4
* add(rasi): add rasi parserFymyte2022-01-051-0/+82
* Remove Python docstring injectionsRafik Draoui2022-01-041-18/+0
* fix: typo in locals queryJirgn2022-01-041-1/+1
* fix: add eel_array and eel_object to indent queryJirgn2022-01-041-0/+4
* fix: highlights for value_expression start and end as punctuationJirgn2022-01-041-0/+4
* feat: add indent for fusion and afxJirgn2022-01-041-0/+15
* fix: add afx_text to highlights (text)Jirgn2022-01-041-0/+2
* feat: add more local definitionsJirgn2022-01-041-0/+18
* feat: add fold queriesJirgn2022-01-041-0/+6
* highlights(pascal): Highlight variablesPhilip Zander2021-12-291-1/+6
* Add support for Pascal (#2153)Isopod2021-12-245-0/+469
* Query: update highlightsSantos Gallegos2021-12-241-1/+2
* PHP: highlight unsetSantos Gallegos2021-12-231-0/+1
* update fusion to version 1.1.1 (#2148)jirgn2021-12-231-23/+46
* Update queriesSantos Gallegos2021-12-226-18/+18
* Markdown: update queriesSantos Gallegos2021-12-212-0/+6
* highlights(markdown): separate highlight for header marker and underline (#2129)Michael Chris Lopez2021-12-191-3/+12
* highlights(python): Improve self and cls highlight (#2134)Fabian2021-12-181-5/+8
* Add support for new golang `go.work` filesOmer Tuchfeld2021-12-183-0/+16
* highlights(markdown): highlight link_text as @text.referenceMichael Chris Lopez2021-12-171-0/+1
* highlights(bash): add `[[` `]]`lucy2021-12-141-0/+2
* highlights(bash): add process substitutionlucy2021-12-141-0/+3
* parsers: Add MDeiml/tree-sitter-markdown as markdown parserStephan Seitz2021-12-142-13/+28
* feat(lang): add makeLewis Russell2021-12-142-0/+109
* injections(rust): inject regex into `Regex::new`Stephan Seitz2021-12-141-0/+13
* highlights(lua): `next` as builtin functionnumToStr2021-12-131-0/+3