| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | feat(swift): compile the grammar from the main branch (#3068) | Alex Pinkus | 2022-06-26 | 2 | -2/+3 | |
| | | | | | The `with-generated-files` branch uses ABI 13 and therefore doesn't benefit from the ABI 14 speed improvements. | |||||
| * | feat(markdown)!: switch to split parser (#3048) | Matthias Deiml | 2022-06-26 | 7 | -61/+121 | |
| | | | | | | | | | * switch to split markdown parser with separate block and inline parsers to improve performance * add exclude_children! directive (useful for something like Injected markdown incorrectly highlights indented docstrings #2212) * split markdown queries into block and inline ones and add the injection for inline into block grammar * add include_dir option to parser configs (needed because the two grammars don't live in the repos root directory) BREAKING CHANGE: downstream queries need to be adapted to new parser | |||||
| * | Chore: remove prefix from parser "location" property | Stephan Seitz | 2022-06-25 | 2 | -6/+10 | |
| | | | | | | This was very confusing when using the location property as it always had to start with "tree-sitter-<lang>" for no real reason. | |||||
| * | fix(haskell): highlight exp_name as function in infix operations | kiyan | 2022-06-25 | 1 | -0/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-06-25 | 1 | -5/+5 | |
| | | ||||||
| * | highlights(lua): use `#eq?` instead of `#match?` | Janfel | 2022-06-24 | 1 | -1/+1 | |
| | | | | Co-authored-by: Santos Gallegos <stsewd@protonmail.com> | |||||
| * | highlights(lua): highlight only `self` as `self` | Janfel | 2022-06-24 | 1 | -1/+1 | |
| | | | | Before, all identifiers containing the substring "self" were highlighted as the builtin `self`. Now, only the identifier `self` is highlighted as `self`. | |||||
| * | Update lockfile.json | GitHub | 2022-06-24 | 1 | -3/+3 | |
| | | ||||||
| * | Update highlights.scm | Cameron | 2022-06-24 | 1 | -0/+2 | |
| | | | | | | | Adds `undef` and `redo` keywords. https://docs.ruby-lang.org/en/2.4.0/syntax/miscellaneous_rdoc.html#label-undef https://docs.ruby-lang.org/en/2.4.0/syntax/control_expressions_rdoc.html#label-redo+Statement | |||||
| * | Update lockfile.json | GitHub | 2022-06-24 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-06-24 | 1 | -5/+5 | |
| | | ||||||
| * | docs: minimal supported tree-sitter version | Christian Clason | 2022-06-24 | 1 | -1/+1 | |
| | | | | Some parsers are built with ABI 14, which was introduced in tree-sitter 0.20.3. | |||||
| * | Update lockfile.json | GitHub | 2022-06-23 | 1 | -2/+2 | |
| | | ||||||
| * | Simplify inline conceal | Jonathan Lopez | 2022-06-22 | 1 | -12/+3 | |
| | | ||||||
| * | Refactor markdown conceal code | Jonathan Lopez | 2022-06-22 | 1 | -21/+25 | |
| | | ||||||
| * | Conceal markdown links | Jonathan Lopez | 2022-06-22 | 1 | -0/+22 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-06-22 | 1 | -3/+3 | |
| | | ||||||
| * | Update lockfile.json (#3045) | github-actions[bot] | 2022-06-20 | 1 | -2/+2 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | Add support for custom parser install locations #2959 (#3031) | Duncan McDougall | 2022-06-20 | 7 | -77/+136 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-06-20 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-06-19 | 1 | -2/+5 | |
| | | ||||||
| * | Update README | Github Actions | 2022-06-19 | 1 | -1/+1 | |
| | | ||||||
| * | Help: update highlights | Santos Gallegos | 2022-06-19 | 1 | -1/+2 | |
| | | | | | | | | | | - A hotlink on vimdoc is `|foo|`. Which is a reference to part of a document, not a URI. - (argument) wasn't being highlighted, wasn't sure about the best hl group for this, but `@parameter` seems the obvious one? | |||||
| * | fix: Add rnoweb to ALLOWED_INSTALLATION_FAILURES | Brian Albert Monroe | 2022-06-19 | 1 | -0/+1 | |
| | | | | | As per the request from @theHamsta in #2934 | |||||
| * | rnoweb: Use new inline/chunk distinction | Brian Albert Monroe | 2022-06-19 | 2 | -2/+5 | |
| | | ||||||
| * | rnoweb: Add folding queries for renv | Brian Albert Monroe | 2022-06-19 | 1 | -0/+3 | |
| | | ||||||
| * | Make rnoweb injects combined | Brian Albert Monroe | 2022-06-19 | 1 | -2/+2 | |
| | | | | | This helps with breaking apart latex environments | |||||
| * | Update the readme | Brian Albert Monroe | 2022-06-19 | 1 | -0/+1 | |
| | | ||||||
| * | Add rnoweb to the parsers.lua file | Brian Albert Monroe | 2022-06-19 | 1 | -0/+9 | |
| | | ||||||
| * | Add rnoweb queries | Brian Albert Monroe | 2022-06-19 | 3 | -0/+6 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-06-19 | 1 | -1/+1 | |
| | | ||||||
| * | Update README | Github Actions | 2022-06-19 | 1 | -1/+1 | |
| | | ||||||
| * | docs(swift): list alex-pinkus as maintainer | Christian Clason | 2022-06-19 | 1 | -0/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-06-19 | 1 | -4/+4 | |
| | | ||||||
| * | feat(swift): update parser and queries to 0.3.0 (#3035) | Christian Clason | 2022-06-19 | 2 | -6/+12 | |
| | | | | also port upstream query changes | |||||
| * | Update lockfile.json | GitHub | 2022-06-18 | 1 | -2/+2 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-06-17 | 1 | -3/+3 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-06-16 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-06-14 | 1 | -2/+5 | |
| | | ||||||
| * | Update README | Github Actions | 2022-06-14 | 1 | -0/+1 | |
| | | ||||||
| * | test(indents/yaml): add tests | Phelipe Teles | 2022-06-14 | 3 | -0/+24 | |
| | | ||||||
| * | fix(indents/yaml): only indent mapping pair if value is a block | Phelipe Teles | 2022-06-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | This improves the following situation, in which '|' is the cursor position: ```yaml - key1: value1 key2: value2| ``` Before this commit, by pressing Enter would result in this indentation: ```yaml - key1: value1 key2: value2 | ``` Which is less convenient than this: ```yaml - key1: value1 key2: value2 | ``` | |||||
| * | fix(indents/yaml): improve error handling | Phelipe Teles | 2022-06-14 | 1 | -0/+2 | |
| | | | | | | | | | | | This helps to solve the first issue reported at #1377. The problem is that the line loses its indentation when we start inserting a new mapping pair (specifically, when we enter the character ":"). The issue seems to be solved by auto indenting ERROR nodes. | |||||
| * | fix(indents/yaml): indent sequence/list items | Phelipe Teles | 2022-06-14 | 1 | -0/+1 | |
| | | | | | | | | | | | | This solves the second issue reported at #1377, in which the cursor would not be aligned with the line "key2: value2" when entering a new line below it. ```yaml - key1: value1 key2: value2 ``` | |||||
| * | fix: keep cls variable highlighting consistent in class methods | Ryan Barth | 2022-06-14 | 1 | -10/+2 | |
| | | ||||||
| * | fix(tiger): remove duplicate keywords | Bruno BELANYI | 2022-06-14 | 1 | -8/+0 | |
| | | ||||||
| * | 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 | 9 | -36/+41 | |
| | | ||||||
| * | test(tiger): import upstream tests | Bruno BELANYI | 2022-06-14 | 16 | -0/+454 | |
| | | ||||||
| * | feat(tiger): initial support | Bruno BELANYI | 2022-06-14 | 6 | -0/+270 | |
| | | ||||||
