| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat!: drop modules, general refactor and cleanup | Christian Clason | 2025-05-12 | 4 | -557/+0 |
| | | |||||
| * | fix(tlaplus): remove unused rules | Amaan Qureshi | 2024-10-16 | 1 | -5/+0 |
| | | |||||
| * | refactor(queries): Remove quotes from properties in set! directive | Omar Valdez | 2024-07-28 | 1 | -4/+4 |
| | | |||||
| * | bot(lockfile): update editorconfig, fortran, hare, idl, mlir, nim, php, ↵ | nvim-treesitter-bot[bot] | 2024-07-08 | 1 | -2/+2 |
| | | | | | php_only, python, squirrel, tlaplus | ||||
| * | refactor(format): drop extra indentation for field | Phạm Huy Hoàng | 2024-03-21 | 1 | -6/+4 |
| | | |||||
| * | chore: format queries | Phạm Huy Hoàng | 2024-01-21 | 2 | -11/+11 |
| | | |||||
| * | fix(highlights): improve consistency | ObserverOfTime | 2024-01-19 | 1 | -4/+0 |
| | | |||||
| * | chore: query formatting | Pham Huy Hoang | 2024-01-19 | 3 | -143/+343 |
| | | |||||
| * | feat!: align standard captures with upstream | Christian Clason | 2024-01-19 | 1 | -24/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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(locals)!: switch to upstream captures | Christian Clason | 2024-01-19 | 1 | -43/+43 |
| | | |||||
| * | feat: @spell on comments | Jaehwang Jung | 2023-09-12 | 1 | -2/+2 |
| | | |||||
| * | refactor: replace some match & vim-match usages | ObserverOfTime | 2023-08-23 | 1 | -2/+1 |
| | | |||||
| * | chore(injections)!: update injection syntax to 0.9 | Pham Huy Hoang | 2023-08-12 | 1 | -2/+3 |
| | | | | | | | | | | Since 0.9, @lang syntax is still available as fallback but will soon be deprecated. Because of that, new syntax should be adopted once 0.9 becomes the baseline requirements for nvim-treesitter - update health check - update doc | ||||
| * | feat!: add `@keyword.coroutine` capture | Amaan Qureshi | 2023-03-03 | 1 | -1/+3 |
| | | |||||
| * | Updated queries and parser version | Andrew Helwer | 2022-07-13 | 2 | -36/+119 |
| | | |||||
| * | Updated TLA+ version, queries, maintainers (#2442) | Andrew Helwer | 2022-02-03 | 1 | -9/+11 |
| | | |||||
| * | update TLA+ revision, add queries for PlusCal (#2344) | Vasiliy Morkovkin | 2022-01-25 | 3 | -64/+174 |
| | | |||||
| * | Updated TLA+ grammar version and queries | Andrew Helwer | 2021-10-07 | 1 | -1/+5 |
| | | |||||
| * | @number -> @keyword | Andrew Helwer | 2021-08-30 | 1 | -1/+1 |
| | | |||||
| * | Updated highlight queries for tlaplus | Andrew Helwer | 2021-08-30 | 1 | -29/+47 |
| | | |||||
| * | Highlight some keyword.function nodes as just keywords | Andrew Helwer | 2021-08-20 | 1 | -5/+5 |
| | | |||||
| * | Added TLA+ grammar & queries | Andrew Helwer | 2021-08-20 | 3 | -0/+149 |
