summaryrefslogtreecommitdiffstats
path: root/queries
Commit message (Collapse)AuthorAgeFilesLines
* fix: link type in pattern matching correctlyBartek Łuka2024-01-151-0/+3
|
* highlights(html): character references (a.k.a. entities)Calum Smith2024-01-051-0/+2
|
* fix(markdown_inline): latex highlight injection (#5397)Zhuofeng Wang2024-01-051-1/+2
| | | | The `injection.include-children` is needed in markdown_inline parser.
* fix(latex): highlight text functionsRiley Bruins2024-01-041-0/+1
|
* fix(julia): add missing capture of ":" in selected importChristian Degnbol Madsen2024-01-021-0/+2
| | | | If writing a selected import, e.g. `using BSON: @load`, the colon isn't currently captured. This change captures it as `@punctuation.delimiter`.
* fixup(luau): align `@string.regex` to the injections (#5829)Riley Bruins2023-12-241-15/+3
|
* fix: cleanup luap injection queriesRiley Bruins2023-12-232-41/+5
|
* feat: more `@string.regex` highlightsRiley Bruins2023-12-233-0/+62
|
* feat(luap): highlights more consistent with regex (#5819)Riley Bruins2023-12-232-9/+11
|
* fix(julia): pipe function highlight (#5815)Christian Degnbol Madsen2023-12-221-0/+6
| | | | In Julia when piping into a function the function should be highlighted as a function call, and not a variable.
* fix(cpp): incorrect indent of class with opening { on new line (#5811)Jędrzej Boczar2023-12-221-2/+0
|
* vimdoc: add note, warning, deprecated (#5817)Christian Clason2023-12-211-0/+6
|
* Add @nospell annotation to label definitions and referencesAhnaf Rafi2023-12-211-0/+3
|
* highlights(haskell): add `fail` to exception highlightsMarc Jakobi2023-12-201-0/+1
|
* highlights(haskell): namespaced string quasiquoteMarc Jakobi2023-12-201-1/+9
|
* feat: add tree-sitter-styled (#5735)Mark Skelton2023-12-195-4/+8
| | | | | | | | | | | | | * Add styled parser * Add queries * Update highlights * Remove unnecessary highlights * Update injections to use the styled grammar * Remove requires npm
* fix(rust): highlight inline attributes properlyRiley Bruins2023-12-181-0/+1
|
* fix(nim): minor improvements to queries and parser (#5784)aMOPel2023-12-193-51/+54
| | | | | | | | * fix(nim): bump parser again to include minor fix * fix(nim): shifting around for precedence * fix(nim): added new fields from recent parser version, improved support for (conditional_declaration) and (variant_declaration)
* feat(gomod): highlight the `toolchain` directive (#5795)Vincent Rischmann2023-12-151-0/+1
|
* fix(v): adapt to removed scanner.cChristian Clason2023-12-151-3/+3
|
* fix(python): restrict typed parameter highlightObserverOfTime2023-12-141-1/+1
| | | | Only the name is a parameter and not the value
* fix(python): highlight variadic lambda parametersObserverOfTime2023-12-141-0/+6
|
* indents added new language highlights added (#5777)r0012023-12-102-0/+35
|
* feat(poe_filter): add new Import statementObserverOfTime2023-12-091-1/+4
|
* fix(vim): highlight 'scriptencoding' commandObserverOfTime2023-12-091-0/+5
|
* feat(gitcommit): add highlight group for subject_prefix (#5774)gbprod2023-12-091-0/+1
|
* fix(java): move attributes after constantsObserverOfTime2023-12-041-9/+9
|
* feat: add rbs parser support (#5745)Tomohiro Hashidate2023-12-014-0/+148
|
* feat(nim): added some captures and fixed some bugs (#5664)aMOPel2023-12-011-25/+78
| | | | | | | | | | | | | | | | * fix(nim): literals in pragmas in types would be falsly highlighted as `@variable` * style(nim): removed trailing whitespace * fix(nim): identifiers in (type_expression (pragma_expression)) would be captured as `@type` * fix(nim): changed generic parameters when declaring from @type to @parameter * feat(nim): added @constant capture for (identifier)s x, y in `array[x..y, type]` * feat(nim): added @function.call capture for (identifier)s in second argument to `varargs[type, routine]`
* fix(markdown): revert bullet conceals due to spacing issues (#5742)Riley Bruins2023-11-301-17/+21
|
* 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
|