| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(locals): index matches with split capture names | James Trew | 2024-01-22 | 1 | -6/+6 |
| | | |||||
| * | Update parsers: phpdoc, templ, wing, zathurarc | GitHub | 2024-01-22 | 1 | -4/+4 |
| | | |||||
| * | feat: add the zathurarc parser (#5948) | wzy | 2024-01-21 | 5 | -0/+57 |
| | | |||||
| * | fix(wgsl_bevy): Correct formatter mistake | Phạm Huy Hoàng | 2024-01-22 | 1 | -1/+1 |
| | | | | | | | | Old version of `format-queries` incorrectly took away a space, creating a wrong capture. This is a fixup for that. | ||||
| * | chore: format queries | Phạm Huy Hoàng | 2024-01-21 | 50 | -146/+143 |
| | | |||||
| * | fix(format-scripts): remove parens if possible | Phạm Huy Hoàng | 2024-01-21 | 1 | -1/+26 |
| | | |||||
| * | fix(jsdoc): add nospell to type and tag_name | Sergey Slipchenko | 2024-01-21 | 1 | -2/+2 |
| | | |||||
| * | docs(contributing): typos and examples | Christian Clason | 2024-01-21 | 1 | -9/+9 |
| | | |||||
| * | feat(perl): add more highlights | Veesh Goldman | 2024-01-21 | 1 | -0/+3 |
| | | |||||
| * | Update parsers: gleam, perl, templ, wing | GitHub | 2024-01-21 | 1 | -4/+4 |
| | | |||||
| * | fix(comments)!: consolidate note captures | Christian Clason | 2024-01-20 | 4 | -10/+9 |
| | | | | | | Distinguishing `hint` and `info` is too confusing; it's enough to have `error`, `warning`, `todo`, and `note`. | ||||
| * | feat: add the php_only parser included in tree-sitter-php (#5876) | tk-shirasaka | 2024-01-20 | 13 | -557/+574 |
| | | | | | | | | | Add parser `php_only` for PHP files without HTML embedded. Make queries for combined parser `php` inherit from `php_only` (no extensions needed). --------- Co-authored-by: shirasaka <tk.shirasaka@gmail> | ||||
| * | fix(highlights): use `markup.raw.delimiter` for fences | Christian Clason | 2024-01-20 | 3 | -6/+6 |
| | | |||||
| * | 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 | 10 | -0/+172 |
| | | |||||
| * | Fixup format (#5934) | Phạm Huy Hoàng | 2024-01-20 | 35 | -3/+47 |
| | | | | | | | | * 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 |
| | | |||||
| * | Update parsers: bash | GitHub | 2024-01-20 | 1 | -1/+1 |
| | | |||||
| * | 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 |
| | | |||||
| * | Update parsers: printf, scala | GitHub | 2024-01-19 | 1 | -2/+2 |
| | | |||||
| * | fix(css): make the highlights more sensible | ObserverOfTime | 2024-01-19 | 3 | -25/+31 |
| | | |||||
| * | fix(highlights): improve member/property distinction | ObserverOfTime | 2024-01-19 | 34 | -95/+106 |
| | | |||||
| * | 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 |
| | | |||||
| * | docs: update CONTRIBUTING.md with formatting | Christian Clason | 2024-01-19 | 1 | -6/+17 |
| | | |||||
| * | chore: query formatting | Pham Huy Hoang | 2024-01-19 | 674 | -12541/+18359 |
| | | |||||
| * | ci: add query lint job | Pham Huy Hoang | 2024-01-19 | 1 | -0/+16 |
| | | |||||
| * | 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 | 2 | -0/+399 |
| | | | | | | | | | 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 | ||||
| * | test(queries): print ALL errors at end | Christian Clason | 2024-01-19 | 1 | -12/+9 |
| | | |||||
| * | feat!: align standard captures with upstream | Christian Clason | 2024-01-19 | 263 | -2322/+2341 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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` | ||||
| * | chore(tests): consistent captures | Christian Clason | 2024-01-19 | 60 | -873/+872 |
| | | |||||
| * | feat(injections): add printf format strings | ObserverOfTime | 2024-01-19 | 13 | -0/+181 |
| | | |||||
| * | feat(locals)!: switch to upstream captures | Christian Clason | 2024-01-19 | 109 | -1341/+1341 |
| | | |||||
| * | revert "fix(config)!: always install parsers bundled with nvim"v0.9.2 | Christian Clason | 2024-01-19 | 1 | -17/+2 |
| | | |||||
| * | Update parsers: scala, wing | GitHub | 2024-01-19 | 1 | -2/+2 |
| | | |||||
| * | fixup: proper union of tables | Christian Clason | 2024-01-18 | 1 | -1/+13 |
| | | |||||
| * | Update parsers: gitcommit, markdown, markdown_inline, vimdoc, wing | GitHub | 2024-01-18 | 1 | -5/+5 |
| | | |||||
| * | fixup: empty ensure_installed | Christian Clason | 2024-01-17 | 1 | -1/+1 |
| | | |||||
| * | fixup: don't extend _with_ 'all' | Christian Clason | 2024-01-17 | 1 | -1/+1 |
| | | |||||
| * | Update parsers: gleam, gomod, wing | GitHub | 2024-01-17 | 1 | -3/+3 |
| | | |||||
| * | fixup: ensure_installed can be 'all' | Christian Clason | 2024-01-16 | 1 | -1/+3 |
| | | |||||
| * | fix(config)!: always install parsers bundled with nvim | Christian Clason | 2024-01-16 | 1 | -1/+2 |
| | | |||||
| * | Update parsers: perl, todotxt | GitHub | 2024-01-16 | 1 | -2/+2 |
| | | |||||
| * | feat!: bump minimum Nvim version to 0.9.2 | Christian Clason | 2024-01-15 | 2 | -3/+3 |
| | | | | | required for empty injection fix | ||||
