| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | feat: folds for git config files | Phạm Huy Hoàng | 2024-01-20 | 1 | -1/+2 | |
| | | ||||||
| * | fix(markdown_inline): prioritize link URI (#5935) | Riley Bruins | 2024-01-20 | 1 | -12/+12 | |
| | | ||||||
| * | fix(rust): add `const_item` to folds | Amaan Qureshi | 2024-01-20 | 1 | -0/+1 | |
| | | ||||||
| * | fix(rust): Add back 1 indent for macro rules (#5834) | Pham Huy Hoang | 2024-01-20 | 1 | -0/+10 | |
| | | ||||||
| * | feat(meson): add indents.scm | Jędrzej Boczar | 2024-01-20 | 1 | -0/+25 | |
| | | ||||||
| * | Fixup format (#5934) | Phạm Huy Hoàng | 2024-01-20 | 34 | -0/+43 | |
| | | | | | | | | * fix(format): newline between top-level field defs * fixup: newline between node and comment * fixup: optimize pattern | |||||
| * | fix(markdown): remove @none from code fences | Riley Bruins | 2024-01-20 | 1 | -2/+0 | |
| | | ||||||
| * | feat(html): comment injections | Riley Bruins | 2024-01-20 | 1 | -0/+2 | |
| | | ||||||
| * | fix(python): add support for typed (kw)args (PEP 484) (#5875) | Zeb Nicholls | 2024-01-19 | 1 | -4/+14 | |
| | | ||||||
| * | fix(css): make the highlights more sensible | ObserverOfTime | 2024-01-19 | 3 | -25/+31 | |
| | | ||||||
| * | fix(highlights): improve member/property distinction | ObserverOfTime | 2024-01-19 | 29 | -77/+88 | |
| | | ||||||
| * | fix(highlights): improve consistency | ObserverOfTime | 2024-01-19 | 22 | -76/+62 | |
| | | ||||||
| * | feat(git_config): add missing injections | ObserverOfTime | 2024-01-19 | 1 | -0/+8 | |
| | | ||||||
| * | chore(rust): tweak injections, add json macro injection | Amaan Qureshi | 2024-01-19 | 1 | -1/+1 | |
| | | ||||||
| * | chore: query formatting | Pham Huy Hoang | 2024-01-19 | 674 | -12541/+18359 | |
| | | ||||||
| * | refactor: manual pre-cleanup | Pham Huy Hoang | 2024-01-19 | 37 | -1595/+1656 | |
| | | | | | | Moving comments, adding `format-ignore` to lines that will be better with it | |||||
| * | feat: query formatting script | Pham Huy Hoang | 2024-01-19 | 1 | -0/+3 | |
| | | | | | | | | | Usage: - nvim -l scripts/format-queries.lua /path/to/file.scm - nvim -l scripts/format-queries.lua /path/to/dir fixup: add `format-ignore` directive to query/highlights.scm | |||||
| * | feat!: align standard captures with upstream | Christian Clason | 2024-01-19 | 217 | -1963/+1960 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Sharing highlight queries with upstream tree-sitter and Helix is difficult. Solution: Where reasonable, use capture names in tree-sitter's standard list or Helix's Atom-style hierarchy. Specifically: * tree-sitter "standard capture names" (https://github.com/tree-sitter/tree-sitter/blob/3f44b896852eb7daaa6df4fb778c9bb52c70c815/highlight/src/lib.rs#L20-L72): - `@parameter` -> `@variable.parameter` - `@field` -> `@variable.member` - `@namespace` -> `@module` - `@float` -> `@number.float` - `@symbol` -> `@string.special.symbol` - `@string.regex` -> `@string.regexp` - `@text.*` -> `@markup.*` (`strong`, `italic`, `link`, `strikethrough`; with exceptions; see below) - `@text.title` -> `@markup.heading` - `@text.literal` -> `@markup.raw` - `@text.reference` -> `@markup.link` - `@text.uri` -> `@markup.link.url` (in markup links) - `@string.special` -> `@markup.link.label` (non-url links) - `@punctuation.special` -> `@markup.list` (markdown lists only; move subitems from `@text.todo`) * Helix captures (https://docs.helix-editor.com/master/themes.html#syntax-highlighting): - `@method` -> `@function.method` - `@method.call` -> `@function.method.call` - `@text.{todo,warning,note,danger}` -> `@comment.{error,warning,hint,info,todo}` - `@text.diff.{add,delete,}` -> `@diff.{plus,minus,delta}` - `@text.uri` -> `@string.special.url` (outside markup) - `@preproc` -> `@keyword.directive` - `@define` -> `@keyword.directive`(`.define`?) - `@storageclass` -> `@keyword.storage` - `@conditional` -> `@keyword.conditional` - `@debug` -> `@keyword.debug` - `@exception` -> `@keyword.exception` - `@include` -> `@keyword.import` - `@repeat` -> `@keyword.repeat` * cleanup - remove some redundant `@conceal` (but still allow it for conceal-only patterns) - remove obsolete `@error` (syntax linting is out of scope for this repo) - sort, cleanup capture list in `CONTRIBUTING.md` | |||||
| * | feat(injections): add printf format strings | ObserverOfTime | 2024-01-19 | 10 | -0/+169 | |
| | | ||||||
| * | feat(locals)!: switch to upstream captures | Christian Clason | 2024-01-19 | 107 | -1313/+1313 | |
| | | ||||||
| * | 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 | |
| | | ||||||
