| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: link type in pattern matching correctly | Bartek Łuka | 2024-01-15 | 1 | -0/+3 |
| | | |||||
| * | highlights(html): character references (a.k.a. entities) | Calum Smith | 2024-01-05 | 1 | -0/+2 |
| | | |||||
| * | fix(markdown_inline): latex highlight injection (#5397) | Zhuofeng Wang | 2024-01-05 | 1 | -1/+2 |
| | | | | | The `injection.include-children` is needed in markdown_inline parser. | ||||
| * | fix(latex): highlight text functions | Riley Bruins | 2024-01-04 | 1 | -0/+1 |
| | | |||||
| * | fix(julia): add missing capture of ":" in selected import | Christian Degnbol Madsen | 2024-01-02 | 1 | -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 Bruins | 2023-12-24 | 1 | -15/+3 |
| | | |||||
| * | fix: cleanup luap injection queries | Riley Bruins | 2023-12-23 | 2 | -41/+5 |
| | | |||||
| * | feat: more `@string.regex` highlights | Riley Bruins | 2023-12-23 | 3 | -0/+62 |
| | | |||||
| * | feat(luap): highlights more consistent with regex (#5819) | Riley Bruins | 2023-12-23 | 2 | -9/+11 |
| | | |||||
| * | fix(julia): pipe function highlight (#5815) | Christian Degnbol Madsen | 2023-12-22 | 1 | -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 Boczar | 2023-12-22 | 1 | -2/+0 |
| | | |||||
| * | vimdoc: add note, warning, deprecated (#5817) | Christian Clason | 2023-12-21 | 1 | -0/+6 |
| | | |||||
| * | Add @nospell annotation to label definitions and references | Ahnaf Rafi | 2023-12-21 | 1 | -0/+3 |
| | | |||||
| * | highlights(haskell): add `fail` to exception highlights | Marc Jakobi | 2023-12-20 | 1 | -0/+1 |
| | | |||||
| * | highlights(haskell): namespaced string quasiquote | Marc Jakobi | 2023-12-20 | 1 | -1/+9 |
| | | |||||
| * | feat: add tree-sitter-styled (#5735) | Mark Skelton | 2023-12-19 | 5 | -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 properly | Riley Bruins | 2023-12-18 | 1 | -0/+1 |
| | | |||||
| * | fix(nim): minor improvements to queries and parser (#5784) | aMOPel | 2023-12-19 | 3 | -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 Rischmann | 2023-12-15 | 1 | -0/+1 |
| | | |||||
| * | fix(v): adapt to removed scanner.c | Christian Clason | 2023-12-15 | 1 | -3/+3 |
| | | |||||
| * | fix(python): restrict typed parameter highlight | ObserverOfTime | 2023-12-14 | 1 | -1/+1 |
| | | | | | Only the name is a parameter and not the value | ||||
| * | fix(python): highlight variadic lambda parameters | ObserverOfTime | 2023-12-14 | 1 | -0/+6 |
| | | |||||
| * | indents added new language highlights added (#5777) | r001 | 2023-12-10 | 2 | -0/+35 |
| | | |||||
| * | feat(poe_filter): add new Import statement | ObserverOfTime | 2023-12-09 | 1 | -1/+4 |
| | | |||||
| * | fix(vim): highlight 'scriptencoding' command | ObserverOfTime | 2023-12-09 | 1 | -0/+5 |
| | | |||||
| * | feat(gitcommit): add highlight group for subject_prefix (#5774) | gbprod | 2023-12-09 | 1 | -0/+1 |
| | | |||||
| * | fix(java): move attributes after constants | ObserverOfTime | 2023-12-04 | 1 | -9/+9 |
| | | |||||
| * | feat: add rbs parser support (#5745) | Tomohiro Hashidate | 2023-12-01 | 4 | -0/+148 |
| | | |||||
| * | feat(nim): added some captures and fixed some bugs (#5664) | aMOPel | 2023-12-01 | 1 | -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 Bruins | 2023-11-30 | 1 | -17/+21 |
| | | |||||
| * | feat(make): highlight phony prerequisites as functions | Riley Bruins | 2023-11-29 | 1 | -0/+5 |
| | | |||||
| * | feat(make): give targets the function highlight | Riley Bruins | 2023-11-29 | 1 | -0/+2 |
| | | |||||
| * | parsers: add tree-sitter-slang | Stephan Seitz | 2023-11-29 | 5 | -0/+63 |
| | | |||||
| * | feat: add facility | Bryan Kenote | 2023-11-28 | 4 | -0/+100 |
| | | |||||
| * | fix(cpp): remove `@field` for identifiers with `_` prefix (#5731) | HumblePresent | 2023-11-27 | 1 | -1/+1 |
| | | |||||
| * | astro: add custom component highlighting (#5728) | virchau13 | 2023-11-27 | 1 | -0/+8 |
| | | |||||
| * | fixup: use any-of instead of vim-match | Christian Clason | 2023-11-26 | 1 | -2/+2 |
| | | |||||
| * | feat: add angular parser and queries | Christian Clason | 2023-11-26 | 2 | -0/+88 |
| | | |||||
| * | twig queries: add combined injections (#5721) | sheepwall | 2023-11-26 | 1 | -1/+2 |
| | | | | Co-authored-by: August Svensson <august.svensson@metabytes.se> | ||||
| * | feat(hocon): add fold query (#5710) | Patrick Haun | 2023-11-23 | 1 | -0/+4 |
| | | |||||
| * | fix(css): tweak operator keyword highlights | Riley Bruins | 2023-11-22 | 1 | -1/+4 |
| | | |||||
| * | feat(regex): any_character, start end assertion hl differentiation | Riley Bruins | 2023-11-21 | 1 | -3/+7 |
| | | |||||
| * | feat: add properties parser | ObserverOfTime | 2023-11-21 | 3 | -0/+33 |
| | | |||||
| * | feat(python): `@string.regex` capture, injection improvements (#5697) | Riley Bruins | 2023-11-21 | 2 | -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 Qureshi | 2023-11-19 | 5 | -0/+180 |
| | | |||||
| * | feat(lua): folds for parameter, argument lists | Riley Bruins | 2023-11-19 | 1 | -0/+2 |
| | | |||||
| * | feat(markdown): conceals for bullets, block quotes | Riley Bruins | 2023-11-19 | 1 | -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 queries | ObserverOfTime | 2023-11-18 | 2 | -0/+9 |
| | | | | | and highlight function calls | ||||
| * | feat(xml,dtd): add locals queries | ObserverOfTime | 2023-11-18 | 2 | -0/+32 |
| | | |||||
| * | feat(gitattributes): add locals queries | ObserverOfTime | 2023-11-18 | 1 | -0/+4 |
| | | |||||
