| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | docs: improve description of `@type.definition` capture | aMOPel | 2023-10-20 | 1 | -1/+1 |
| | | | | Co-authored-by: ObserverOfTime <chronobserver@disroot.org> | ||||
| * | chore(injections)!: update injection syntax to 0.9 | Pham Huy Hoang | 2023-08-12 | 1 | -7/+20 |
| | | | | | | | | | | 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 | ||||
| * | fix(spell): do not spell check certain types of strings (#5203) | Lewis Russell | 2023-08-07 | 1 | -0/+4 |
| | | | | | | | - Document that only certain kinds of strings are spell checked, and reasons why they may not. - Remove spell checking for bash strings. | ||||
| * | fix(highlights): lower priority for codeblocks with injections (#4905) | Christian Clason | 2023-06-05 | 1 | -4/+13 |
| | | |||||
| * | docs: add a small note about local queries | Chris Kipp | 2023-04-03 | 1 | -0/+6 |
| | | | | | | This just adds a small note in the CONTRIBUTING section about local queries and how they differ from those listed upstream. | ||||
| * | use indent.X syntax for captures and properties of set directives | George Harker | 2023-03-24 | 1 | -8/+8 |
| | | | | | | | | | update CONTRIBUTING.md adjust indents for bass fix doc capture comment | ||||
| * | docs: add `@comment.documentation` | Amaan Qureshi | 2023-03-05 | 1 | -6/+7 |
| | | |||||
| * | docs: add `@string.documentation` | Amaan Qureshi | 2023-03-05 | 1 | -9/+10 |
| | | |||||
| * | docs: add `@keyword.coroutine` | Amaan Qureshi | 2023-03-03 | 1 | -0/+1 |
| | | |||||
| * | Update CONTRIBUTING.md | Bulgantamir Gankhuyag | 2023-02-18 | 1 | -1/+1 |
| | | | | Fixed link of the supported languages. | ||||
| * | prettier formatting yml and md | Kiyoon Kim | 2023-02-16 | 1 | -4/+3 |
| | | |||||
| * | docs: fix comment alignment | ObserverOfTime | 2023-01-21 | 1 | -23/+24 |
| | | |||||
| * | docs: swap life-time around | Chris Kipp | 2023-01-15 | 1 | -1/+1 |
| | | | | Co-authored-by: ObserverOfTime <chronobserver@disroot.org> | ||||
| * | docs: clarify @storageclass in CONTRIBUTING docs | Chris Kipp | 2023-01-15 | 1 | -1/+1 |
| | | | | | | | | | | | | This is just a tiny change that was in reference to https://github.com/nvim-treesitter/nvim-treesitter/pull/4153#discussion_r1070276800. The basis is that `@storageclass` should only be used unless it's actually affecting storage in memory. There are further conversations about this in the following places: - https://github.com/nvim-treesitter/nvim-treesitter/pull/3648#issuecomment-1279923861 - https://github.com/nvim-treesitter/nvim-treesitter/pull/3648#issuecomment-1291624844 | ||||
| * | markdown: add strikethrough and blockquote captures | Christian Clason | 2023-01-14 | 1 | -1/+2 |
| | | |||||
| * | docs: remove remaining references to Zulip | Stephan Seitz | 2023-01-11 | 1 | -7/+5 |
| | | |||||
| * | highlights: create subscoping for ternary operator | Stephan Seitz | 2022-12-02 | 1 | -0/+1 |
| | | | | | | | | | | | After https://github.com/nvim-treesitter/nvim-treesitter/issues/470, we decided to use `@conditional` for ternary operator instead of operator despite `@conditional` is documented for keywords only. A sub-scoping can make it easier for people to highlight this operator group differently. Also unify the usage of `@conditional...` across languages. | ||||
| * | docs: fix contributing guidelines | ObserverOfTime | 2022-11-26 | 1 | -13/+2 |
| | | |||||
| * | docs: add `@nospell` to contributing.md | Christian Clason | 2022-11-19 | 1 | -1/+2 |
| | | | | supported as of Neovim v0.8.1 | ||||
| * | rust: use @type.qualifier and @storageclass | Trard | 2022-11-06 | 1 | -8/+9 |
| | | |||||
| * | feat(diff): add diff parser | gbprod | 2022-10-19 | 1 | -0/+3 |
| | | | | | This commit introduce diff parser. | ||||
| * | docs: document all the captures in CONTRIBUTING.md | ObserverOfTime | 2022-10-17 | 1 | -116/+141 |
| | | |||||
| * | Update CONTRIBUTING.md | Cameron | 2022-09-10 | 1 | -0/+1 |
| | | | | Add `@variable.globle` to available variable captures. | ||||
| * | feat(spell): upstream spell queries from spellsitter | Lewis Russell | 2022-09-06 | 1 | -0/+4 |
| | | |||||
| * | Updated CONTRIBUING.md | lfenzo | 2022-08-03 | 1 | -0/+2 |
| | | |||||
| * | Add capture groups for remaining builtin highlight groups | Gregory Anders | 2022-03-30 | 1 | -0/+8 |
| | | | | | | Some builtin highlight groups (see `:h group-name`) do not yet have associated capture groups, so add them. | ||||
| * | Zulip link was missing protocol portion? | sogaiu | 2022-03-30 | 1 | -1/+1 |
| | | |||||
| * | highlights: conceal `"` in JSON | Stephan Seitz | 2022-03-26 | 1 | -0/+7 |
| | | | | | Fixes #645 | ||||
| * | docs: add `@zero_indent` to CONTRIBUTING.md | Stephan Seitz | 2022-02-05 | 1 | -0/+1 |
| | | |||||
| * | update TLA+ revision, add queries for PlusCal (#2344) | Vasiliy Morkovkin | 2022-01-25 | 1 | -0/+1 |
| | | |||||
| * | feat(indent): ecma - support try_catch and if_else | Munif Tanjim | 2022-01-21 | 1 | -0/+1 |
| | | |||||
| * | feat(indent): support `@aligned_indent` for python | Munif Tanjim | 2022-01-21 | 1 | -5/+6 |
| | | |||||
| * | feat: rewrite indent module | Munif Tanjim | 2022-01-21 | 1 | -4/+5 |
| | | |||||
| * | docs(CONTRIBUTING.md): mention Neovim's tree-sitter Matrix channel (#2294) | Stephan Seitz | 2022-01-19 | 1 | -4/+6 |
| | | | | | As suggested here: https://github.com/nvim-treesitter/nvim-treesitter/pull/2288#issuecomment-1015163267 | ||||
| * | docs: refresh CONTRIBUTING.md | Thomas Vigouroux | 2022-01-18 | 1 | -5/+7 |
| | | | | | | - Mention Zulip instead of Gitter - Use query filetype instead of scheme | ||||
| * | Update queries | Santos Gallegos | 2021-12-22 | 1 | -1/+1 |
| | | | | | | - Don't use the old form for predicates - Update some invalid queries | ||||
| * | Fix misleading text in `CONTRIBUTING.md` (#2137) | Omer Tuchfeld | 2021-12-18 | 1 | -1/+2 |
| | | |||||
| * | chore: fix typos | Dundar Göc | 2021-11-02 | 1 | -1/+1 |
| | | |||||
| * | Typo fix and reword doc | Abin Simon | 2021-09-08 | 1 | -3/+2 |
| | | |||||
| * | add keywords to scala highlights (#1662) | Stuart Mashaal | 2021-08-25 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add keywords to scala highlights * special capture for special keywords * add while to 'repeat' capture * pr cleanup, exmaples in CONTRIBUTING.md * add backquotes for consistency in docs * group @repeat keywords, fix null * comment-out 'macro' and 'forSome' * fix 'this' and 'super' keyword * remove accidental files :facepalm: * update revision * fix "super" and "this" * godammit these .metals files are killing me * why did I commit this??? Co-authored-by: Stuart Mashaal <smashaal@hopper.com> | ||||
| * | add @tag.attribute for html like attributes | lmlorca | 2021-07-14 | 1 | -0/+1 |
| | | |||||
| * | Use stylua for autoformat code (#1480) | Santos Gallegos | 2021-07-04 | 1 | -1/+2 |
| | | |||||
| * | feat(keywords) merge return and yield into keyword.return group | antonk52 | 2021-07-04 | 1 | -1/+0 |
| | | |||||
| * | feat(keywords) add keyword.return & keyword.yield | antonk52 | 2021-07-04 | 1 | -0/+2 |
| | | |||||
| * | Improve check-queries (#1253) | Santos Gallegos | 2021-05-31 | 1 | -2/+12 |
| | | | | | | - Add checks for injections. - Allow queries that start with [A-Z] for highlights only. - Don't stop on the first error, finish checking all queries. | ||||
| * | Add text.reference and text.environment | Stephan Seitz | 2021-03-30 | 1 | -1/+4 |
| | | |||||
| * | latex: add TSMath that behaves like vimtex math highlighting | Stephan Seitz | 2021-03-30 | 1 | -0/+1 |
| | | |||||
| * | Add comment parser to highlight comment tags (#893) | Santos Gallegos | 2021-03-12 | 1 | -0/+4 |
| | | | | Closes #236 | ||||
| * | [highlights] Add TSSymbol highlight group | Dennis B | 2021-03-04 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | Addresses issue #892 Ruby and Dart literal symbols will now be highlighted by the new TSSymbol highlight group, which itself will, by default, link to the Vim Identifier highlight group. Vim theme authors can then set their TSSymbol colors. Symbol highlighting can apply to a number of languages as noted in the following Wikipedia page: https://en.wikipedia.org/wiki/Symbol_(programming) Not just for Ruby and Dart. | ||||
| * | HTML: improve highlights & injections | Santos Gallegos | 2021-02-11 | 1 | -0/+1 |
| | | |||||
