| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | feat(solidity): use maintained parser and update highlights accordingly | Amaan Qureshi | 2023-02-24 | 1 | -4/+4 | |
| | | ||||||
| * | properly replace deprecated tsutils functions | Kiyoon Kim | 2023-02-12 | 2 | -4/+4 | |
| | | ||||||
| * | allow negative assertion in injection tests (#4107) | lucario387 | 2023-01-07 | 5 | -135/+84 | |
| | | | | | | | | * tests(vue, svelte): strengthen tests * fix(html, vue, svelte): fix wrong test format * allow negative assertions in injection tests | |||||
| * | refactor(svelte): Remove duplicated queries | Lucario387 | 2023-01-03 | 1 | -0/+39 | |
| | | | | | | | These injection queries are defined already in html_tags, remove them Signed-off-by: Pham Huy Hoang <hoangtun0810@gmail.com> | |||||
| * | refactor(vue, html): Update injections | Lucario387 | 2023-01-03 | 1 | -0/+45 | |
| | | | | | | | | Update html_tags injections so that html/vue/svelte parsers can use it without having a script/style tag being captured twice Signed-off-by: Pham Huy Hoang <hoangtun0810@gmail.com> | |||||
| * | highlights(rust): use `@namespace` for `[(crate) (self) (super)]` | Stephan Seitz | 2023-01-01 | 1 | -15/+33 | |
| | | | | | Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/3992 | |||||
| * | ci: allow negative assertions in tests | Stephan Seitz | 2023-01-01 | 1 | -0/+12 | |
| | | ||||||
| * | move 'in' to repeat | Pedro Castro | 2022-12-31 | 1 | -1/+1 | |
| | | ||||||
| * | fix test | Pedro Castro | 2022-12-31 | 1 | -1/+1 | |
| | | ||||||
| * | r: update highlights | Pedro Castro | 2022-12-31 | 1 | -0/+47 | |
| | | ||||||
| * | Fix(vue): Invalid match queries | Lucario387 | 2022-12-25 | 1 | -7/+34 | |
| | | ||||||
| * | add test file | Lucario387 | 2022-12-25 | 1 | -0/+41 | |
| | | ||||||
| * | feat(t32): initial support | xasc | 2022-12-21 | 4 | -0/+177 | |
| | | ||||||
| * | highlights: create subscoping for ternary operator | Stephan Seitz | 2022-12-02 | 1 | -2/+2 | |
| | | | | | | | | | | | 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. | |||||
| * | test(highlights/cpp): add new test for auto as type.builtin. | Aaron Rancsik | 2022-12-01 | 1 | -0/+1 | |
| | | ||||||
| * | test(highlights/cpp): type -> type.builtin for primitive types. | Aaron Rancsik | 2022-12-01 | 1 | -2/+2 | |
| | | ||||||
| * | highlights(hack): fix captures | ObserverOfTime | 2022-11-26 | 2 | -5/+5 | |
| | | ||||||
| * | highlights(solidity): use more specific groups | ObserverOfTime | 2022-11-26 | 1 | -3/+3 | |
| | | ||||||
| * | highlights(tiger): fix captures | ObserverOfTime | 2022-11-26 | 3 | -4/+4 | |
| | | ||||||
| * | highlights(gleam): use more specific groups | ObserverOfTime | 2022-11-26 | 2 | -9/+9 | |
| | | ||||||
| * | highlights(cpp): use more specific groups | ObserverOfTime | 2022-11-26 | 1 | -1/+1 | |
| | | ||||||
| * | highlights(gitattributes): fix captures | ObserverOfTime | 2022-11-26 | 1 | -3/+3 | |
| | | ||||||
| * | highlights(typescript): Fix as highlight | Raymond Ha | 2022-11-25 | 1 | -0/+8 | |
| | | ||||||
| * | highlights(ecma): add pair_pattern punctuation.delimiter | Munif Tanjim | 2022-10-17 | 1 | -0/+7 | |
| | | ||||||
| * | feat!: remove obsolete `TS*` highlight groups | Christian Clason | 2022-10-16 | 4 | -26/+24 | |
| | | ||||||
| * | test(gitattributes): add tests for highlights | ObserverOfTime | 2022-10-15 | 1 | -0/+37 | |
| | | ||||||
| * | highlights(rust): distinguish between "for" in loops and impl_item | Stephan Seitz | 2022-10-15 | 1 | -0/+15 | |
| | | | | | Fixes #3641 | |||||
| * | fix(test): update tests to Nvim 0.8 | Christian Clason | 2022-10-02 | 1 | -3/+3 | |
| | | ||||||
| * | highlights(hack): use `@function.call`/`@method.call` | Stephan Seitz | 2022-09-11 | 1 | -1/+1 | |
| | | ||||||
| * | highlights(ecma): use `@method.call`/`function.call` | Stephan Seitz | 2022-09-11 | 1 | -2/+2 | |
| | | ||||||
| * | (Broken test fixed) Updated static-namespace-functins.cpp to use function.call | lfenzo | 2022-08-03 | 1 | -3/+3 | |
| | | ||||||
| * | Add support for custom parser install locations #2959 (#3031) | Duncan McDougall | 2022-06-20 | 1 | -2/+2 | |
| | | ||||||
| * | fix(tiger): add 'ft' modeline in highlight corpus | Bruno BELANYI | 2022-06-14 | 10 | -0/+10 | |
| | | ||||||
| * | fix(tiger): adjust invalid queries | Bruno BELANYI | 2022-06-14 | 6 | -16/+16 | |
| | | ||||||
| * | test(tiger): import upstream tests | Bruno BELANYI | 2022-06-14 | 10 | -0/+226 | |
| | | ||||||
| * | Python: highlight future import (#2936) | Santos Gallegos | 2022-05-13 | 1 | -0/+4 | |
| | | | | | | * Python: highlight future import * Use constant.builtin | |||||
| * | highlights(cpp): make "::" `@punctuation.delimiter` | Stephan Seitz | 2022-05-07 | 1 | -0/+1 | |
| | | | | | Fixes #2902 | |||||
| * | Python: highlight raise from statement | Santos Gallegos | 2022-05-01 | 1 | -0/+6 | |
| | | ||||||
| * | highlights(python): "from" in yield should be `@keyword.return` | Stephan Seitz | 2022-04-01 | 1 | -0/+7 | |
| | | | | | Fixes #2712 | |||||
| * | Refactor solidity highlights.scm further | YongJieYongJie | 2022-03-11 | 1 | -2/+6 | |
| | | | | | | | - Instead of @keyword, use @conditional, @exception, @return, @function as appropriate - Standardize to using @field (instead of @property)for struct members | |||||
| * | Refactor solidity highlights.scm | YongJieYongJie | 2022-03-11 | 1 | -0/+9 | |
| | | | | | | | - Use more specific/appropriate captures; change invalid captures - Don't highlight punctuations in type names (e.g., the brackets in 'bytes32[]') | |||||
| * | Add highlights query for Solidity | YongJieYongJie | 2022-03-11 | 1 | -0/+173 | |
| | | ||||||
| * | Gleam highlight tests | Connor Lay (Clay) | 2022-02-15 | 7 | -0/+281 | |
| | | ||||||
| * | tests: use main parsers instead of nvim-treesitter parser for tests | Stephan Seitz | 2022-01-29 | 1 | -6/+2 | |
| | | ||||||
| * | highlights(c/cpp): highlight case labels as constants | Stephan Seitz | 2022-01-29 | 2 | -0/+46 | |
| | | ||||||
| * | highlights(cpp): fix function highlighting of Foo::bar::baz() | Stephan Seitz | 2022-01-29 | 1 | -0/+12 | |
| | | | | | Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/2396 | |||||
| * | highlights(python): add support for pattern matching | Stephan Seitz | 2022-01-28 | 1 | -0/+50 | |
| | | | | | | Fixes #2080 Depends on https://github.com/tree-sitter/tree-sitter-python/pull/140 | |||||
| * | chore: remove swift tests for now (cause CI failure) | Stephan Seitz | 2022-01-18 | 2 | -15/+0 | |
| | | | | | Will try to add them again in a follow up. | |||||
| * | highlights(swift): add more `@operator`s and `implicit` keyword | Stephan Seitz | 2022-01-18 | 1 | -0/+8 | |
| | | ||||||
| * | highlights(swift): highlight punctuation | Stephan Seitz | 2022-01-18 | 1 | -0/+7 | |
| | | | | | | "?" is still missing: https://github.com/tree-sitter/tree-sitter-swift/issues/38 | |||||
