aboutsummaryrefslogtreecommitdiffstats
path: root/queries
Commit message (Collapse)AuthorAgeFilesLines
...
* feat(make): highlight phony prerequisites as functionsRiley Bruins2023-11-291-0/+5
|
* feat(make): give targets the function highlightRiley Bruins2023-11-291-0/+2
|
* parsers: add tree-sitter-slangStephan Seitz2023-11-295-0/+63
|
* feat: add facilityBryan Kenote2023-11-284-0/+100
|
* fix(cpp): remove `@field` for identifiers with `_` prefix (#5731)HumblePresent2023-11-271-1/+1
|
* astro: add custom component highlighting (#5728)virchau132023-11-271-0/+8
|
* fixup: use any-of instead of vim-matchChristian Clason2023-11-261-2/+2
|
* feat: add angular parser and queriesChristian Clason2023-11-262-0/+88
|
* twig queries: add combined injections (#5721)sheepwall2023-11-261-1/+2
| | | Co-authored-by: August Svensson <august.svensson@metabytes.se>
* feat(hocon): add fold query (#5710)Patrick Haun2023-11-231-0/+4
|
* fix(css): tweak operator keyword highlightsRiley Bruins2023-11-221-1/+4
|
* feat(regex): any_character, start end assertion hl differentiationRiley Bruins2023-11-211-3/+7
|
* feat: add properties parserObserverOfTime2023-11-213-0/+33
|
* feat(python): `@string.regex` capture, injection improvements (#5697)Riley Bruins2023-11-212-3/+10
| | | | | | | | | | | | | | | * feat(python): `@string.regex` capture, injection improvements * fix(python): match regex only for first argument of re module * chore(python): remove unneeded capture Co-authored-by: Santos Gallegos <stsewd@proton.me> * fix(python): only highlight string content itself as regex --------- Co-authored-by: Santos Gallegos <stsewd@proton.me>
* feat: add Linkerscript (#5693)Amaan Qureshi2023-11-195-0/+180
|
* feat(lua): folds for parameter, argument listsRiley Bruins2023-11-191-0/+2
|
* feat(markdown): conceals for bullets, block quotesRiley Bruins2023-11-191-0/+18
| | | | | | | * feat(markdown): conceals for bullets, block quotes * fix: remove conceals for block quotes, change list minus to em dash * fix(markdown): allow empty bullets to be concealed
* feat(jq): add locals queriesObserverOfTime2023-11-182-0/+9
| | | | and highlight function calls
* feat(xml,dtd): add locals queriesObserverOfTime2023-11-182-0/+32
|
* feat(gitattributes): add locals queriesObserverOfTime2023-11-181-0/+4
|
* feat(ssh_config): add locals queriesObserverOfTime2023-11-181-0/+7
|
* feat(udev): add locals queriesObserverOfTime2023-11-181-0/+29
|
* feat(xcompose): add locals queriesObserverOfTime2023-11-181-0/+3
|
* feat(haskell): tweak highlightsMarc Jakobi2023-11-181-1/+9
| | | | | * add cases for `qualified_variable` * add function defined in terms of composition
* chore(apex): update apex queriesPham Huy Hoang2023-11-181-0/+1
|
* chore(rust): update queries from upstreamAmaan Qureshi2023-11-171-1/+1
|
* chore(apex): Update queriesPham Huy Hoang2023-11-171-1/+0
|
* feat: add templVincent Rischmann2023-11-162-0/+55
| | | | | --------- Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
* fix(wing): update parser and queries, add maintainer (#5671)Mark McCulloh2023-11-132-4/+0
|
* feat: highlight regular latex text to maintain consistency with boldfaced ↵Riley Bruins2023-11-111-0/+3
| | | | and italic text
* fix(ecma): prioritize builtinsAmaan Qureshi2023-11-101-16/+19
|
* fix(cpp): highlight constexprAmaan Qureshi2023-11-101-0/+1
|
* feat: add xcompose parserObserverOfTime2023-11-102-0/+22
|
* fix(htmldjango): improve highlightsObserverOfTime2023-11-102-5/+19
|
* fix(kotlin): improve highlightsObserverOfTime2023-11-101-12/+21
| | | | Co-authored-by: Anthony Shi <69449791+anthony-S93@users.noreply.github.com>
* feat(purescript): add parser and queries (#5626)postsolar2023-11-083-0/+158
|
* feat(kusto): add kusto parser and highlights (#5632)Willem-J-an2023-11-082-0/+54
| | | | | | | | | | | | | | | | * feat(kusto): add kusto parser and highlights * feat(kusto): improve highlights * Update queries/kusto/highlights.scm Co-authored-by: ObserverOfTime <chronobserver@disroot.org> * chore(kusto): remove unneeded filetype --------- Co-authored-by: Willem Jan Noort <noortw01@heiway.net> Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
* chore(bitbake): update highlights from upstreamAmaan Qureshi2023-11-081-1/+1
|
* feat: add udev rules parserObserverOfTime2023-11-072-0/+65
|
* injections(vue): inject typescript instead of js (#5577)Pham Huy Hoang2023-11-061-2/+2
| | | | | | | Interpolations (`{{valid js code}}`) and directive attributes (`<element :directive="valid js code"`) can also be typescript code, hence we can inject typescript instead of javascript here and still be ok with highlights (bar some syntax differences between ts and js)
* mlir: update highlights.scm, parserRamkumar Ramachandra2023-11-051-2/+3
|
* fix(rnoweb): add highlights query (#5622)Brian Albert Monroe2023-11-031-0/+1
| | | Add a placeholder highlights query files for rnoweb to enable treesitter highlighting
* pod: fix highlightsVeesh Goldman2023-11-031-4/+5
|
* perl: fix highlights for builtinsVeesh Goldman2023-11-031-7/+23
|
* fix(sql): update queries from upstreamDerek Stride2023-11-021-37/+78
|
* fix(query): stricter match for `extends` directive (#5604)Azad2023-11-021-1/+1
|
* chore(odin): update highlights from upstreamAmaan Qureshi2023-11-011-1/+1
|
* feat(nim): added nim parser and queries (#5556)aMOPel2023-10-306-0/+1191
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat(nim): added nim parser and queries * correct scanner.cc to scanner.c Co-authored-by: Christian Clason <c.clason@uni-graz.at> * fix(nim): corrected capture for @function.macro * feat(nim highlights): added @field capture for discriminator field in object variant * bumped parser version, adapted highlights.scm and condensed injections.scm * improved nim_format_string highlights.scm * bump nim parser version again * removed overlap between queries for generalized strings in injections.scm * improved formattin] in nim_format_string/injections.scm Co-authored-by: ObserverOfTime <chronobserver@disroot.org> * corrected asm parser name in injections.scm Co-authored-by: ObserverOfTime <chronobserver@disroot.org> * improved formatting in highlights.scm Co-authored-by: ObserverOfTime <chronobserver@disroot.org> * removed @error capture from highlights.scm Co-authored-by: ObserverOfTime <chronobserver@disroot.org> * improved wording in comment in highlights.scm Co-authored-by: ObserverOfTime <chronobserver@disroot.org> * removed priority from (dot_expression left: @none) capture, since it's at the end of the file anyways * removed comments listing unused captures * reverted @error capture in nim_format_string/highlights.scm back to @none * condensed string alternatives in injections.scm Co-authored-by: ObserverOfTime <chronobserver@disroot.org> * condensed string alternatives in injections.scm (second part) Co-authored-by: ObserverOfTime <chronobserver@disroot.org> * added comment to explain reasoning behind priority use * swapped order of @punctuation.delimiter and @operator to get rid of superfluous comment * moved macro and template keywords to @preproc capture * removed priorities in highlights.scm and shifted @parameter capture behind @type capture * improved formatting in locals.scm * added queries for missing cases of @definition.namespace capture in locals.scm * removed some trailing whitespace * added @namespace queries for highlights.scm * bumped parser version again * removed superfluous @type capture * removed `@type`s `has-ancestor` and removed `(_ (_ ...` structures, but added priorities * added missing @constant capture to some queries in highlights.scm * fixed priority numbers so they work when injecting nim (in markdown) * added @none captures back to injection targets * added (assembly_statement) injection query * added indent queries * removed indents.scm again * added some missing queries for dot_generic_call, concept_declaration and pragma_statement --------- Co-authored-by: Christian Clason <c.clason@uni-graz.at> Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
* fix(rust): add foreign_mod_item to foldsAmaan Qureshi2023-10-301-20/+22
|
* feat: bump perlVeesh Goldman2023-10-291-2/+2
|