| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(query): highlights for dot-prefixed predicates | Riley Bruins | 2025-02-02 | 1 | -0/+3 |
| | | |||||
| * | feat(query): highlights for missing nodes | Riley Bruins | 2025-02-02 | 1 | -0/+5 |
| | | |||||
| * | feat(highlights): capture wildcard patterns as `@character.special` (#7153) | Omar Valdez | 2024-09-20 | 1 | -1/+1 |
| | | |||||
| * | feat(query): highlight supertype "/" delimiters | Riley Bruins | 2024-08-31 | 1 | -1/+4 |
| | | |||||
| * | feat(query): Highlight key in set! directive | Omar Valdez | 2024-07-27 | 1 | -1/+10 |
| | | |||||
| * | feat(query): adapt to upstream changes | Amaan Qureshi | 2024-05-26 | 1 | -3/+0 |
| | | |||||
| * | feat(latex, query, tablegen, thrift): disable spelling in shebangs | Kai Moschcau | 2024-05-01 | 1 | -3/+3 |
| | | |||||
| * | refactor(format): drop extra indentation for field | Phạm Huy Hoàng | 2024-03-21 | 1 | -12/+10 |
| | | |||||
| * | chore: query formatting | Pham Huy Hoang | 2024-01-19 | 1 | -23/+57 |
| | | |||||
| * | 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 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: more `@string.regex` highlights | Riley Bruins | 2023-12-23 | 1 | -0/+16 |
| | | |||||
| * | fix(query): stricter match for `extends` directive (#5604) | Azad | 2023-11-02 | 1 | -1/+1 |
| | | |||||
| * | feat(query): use @function.call for predicate | Jaehwang Jung | 2023-10-03 | 1 | -1/+1 |
| | | |||||
| * | highlights(query): prefer lua-match | Christian Clason | 2023-05-21 | 1 | -2/+2 |
| | | |||||
| * | allow no spaces for extend/inherit comments | Emilia Simmons | 2023-05-18 | 1 | -2/+2 |
| | | |||||
| * | add multiple ; for highlighting | Emilia Simmons | 2023-05-18 | 1 | -2/+2 |
| | | |||||
| * | fix(query): allow multiline modeline (inherits/extends) | Emilia Simmons | 2023-05-18 | 1 | -2/+2 |
| | | |||||
| * | highlights: use @preproc where appropriate | ObserverOfTime | 2022-10-15 | 1 | -0/+3 |
| | | |||||
| * | feat(spell): support more languages | Lewis Russell | 2022-09-26 | 1 | -1/+1 |
| | | |||||
| * | Query: update highlights | Santos Gallegos | 2021-12-24 | 1 | -1/+2 |
| | | | | | ref https://github.com/nvim-treesitter/tree-sitter-query/pull/17 | ||||
| * | Query: highlight numbers | Santos Gallegos | 2021-08-14 | 1 | -0/+3 |
| | | |||||
| * | Query: update highlight queries (#1553) | Santos Gallegos | 2021-07-13 | 1 | -6/+6 |
| | | | | This is to match https://github.com/nvim-treesitter/tree-sitter-query/pull/15 | ||||
| * | query: Only highlight predicate name (#1461) | Gregory Anders | 2021-07-01 | 1 | -1/+1 |
| | | | | | Only highlight the name of the predicate using TSFunction rather than the entire predicate block. | ||||
| * | Query: update highlights (#1175) | Santos Gallegos | 2021-04-10 | 1 | -0/+4 |
| | | |||||
| * | highlights(query): Add modeline query after bugfix | Stephan Seitz | 2021-03-16 | 1 | -3/+2 |
| | | |||||
| * | Remove some broken queries | Stephan Seitz | 2021-03-16 | 1 | -2/+3 |
| | | |||||
| * | Query: highlight modeline | Santos Gallegos | 2021-02-12 | 1 | -0/+3 |
| | | | | | | Matches the first comment and the beginning from the pattern https://github.com/neovim/neovim/blob/52397aaa0d1e2d4ce1320c73761cf316fc608ffb/runtime/lua/vim/treesitter/query.lua#L25 | ||||
| * | Query: add string.escape | Santos Gallegos | 2021-01-04 | 1 | -0/+1 |
| | | | | | Needs https://github.com/nvim-treesitter/tree-sitter-query/pull/5 | ||||
| * | Query: update highlights | Santos Gallegos | 2020-09-04 | 1 | -0/+11 |
| | | | | | More color! | ||||
| * | rename query parser to query from scheme | Steven Sojka | 2020-07-28 | 1 | -0/+8 |
