| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add comment parser to highlight comment tags (#893) | Santos Gallegos | 2021-03-12 | 1 | -0/+3 | |
| | | | | Closes #236 | |||||
| * | Update query parser (; in strings) | Stephan Seitz | 2021-03-02 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-03-02 | 1 | -11/+20 | |
| | | ||||||
| * | ocaml, ocaml_interface: update to latest parser | Pau Ruiz Safont | 2021-02-28 | 1 | -2/+2 | |
| | | | | | Allows parsing quoted strings to have other nodes inside. | |||||
| * | ledger: update highlights | Cédric Barreteau | 2021-02-23 | 1 | -1/+1 | |
| | | ||||||
| * | C: downgrade parser | Santos Gallegos | 2021-02-12 | 1 | -1/+1 | |
| | | | | | | | | | | Till we figure out what's happening. Ref: - https://github.com/tree-sitter/tree-sitter-c/commits/master - https://github.com/nvim-treesitter/nvim-treesitter/issues/948 | |||||
| * | Update lockfile.json | GitHub | 2021-02-12 | 1 | -2/+2 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-02-12 | 1 | -6/+12 | |
| | | ||||||
| * | Bump ledger version | Cédric Barreteau | 2021-02-11 | 1 | -1/+1 | |
| | | | | | Adds support for multi-word commodities. | |||||
| * | Update lockfile.json | GitHub | 2021-02-07 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-02-05 | 1 | -2/+2 | |
| | | ||||||
| * | Update lockfile.json and `amount` query for ledger | Cédric Barreteau | 2021-02-04 | 1 | -1/+1 | |
| | | | | | | `amount_expr` was renamed to `amount` in 52101ac32e890ac224e51cb005182bbe45c0250d. | |||||
| * | Update lockfile.json | GitHub | 2021-02-01 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-01-31 | 1 | -1/+1 | |
| | | ||||||
| * | Add ledger parser, folds and highlights queries | Cédric Barreteau | 2021-01-31 | 1 | -0/+3 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-01-30 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-01-30 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-01-22 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-01-21 | 1 | -2/+2 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-01-20 | 1 | -2/+2 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-01-15 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-01-14 | 1 | -2/+2 | |
| | | ||||||
| * | Update lockfile.json | vigoux | 2021-01-08 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | vigoux | 2021-01-07 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | stsewd | 2021-01-06 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | vigoux | 2021-01-05 | 1 | -3/+6 | |
| | | ||||||
| * | Update lockfile | Corey Williamson | 2021-01-05 | 1 | -1/+1 | |
| | | ||||||
| * | Query: add string.escape | Santos Gallegos | 2021-01-04 | 1 | -1/+1 | |
| | | | | | Needs https://github.com/nvim-treesitter/tree-sitter-query/pull/5 | |||||
| * | Update lockfile.json | vigoux | 2021-01-03 | 1 | -1/+1 | |
| | | ||||||
| * | RST: update injection queries | Santos Gallegos | 2021-01-02 | 1 | -1/+1 | |
| | | | | | Finally, highlight for code blocks | |||||
| * | Update lockfile.json | theHamsta | 2021-01-02 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | stsewd | 2021-01-01 | 1 | -2/+2 | |
| | | ||||||
| * | RST: update parser and queries | Santos Gallegos | 2021-01-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | - The directive type does not longer includes `::`. - The content of the directives is not longer interpreted as rst, but it uses language injection for it. - Fix a query to allow to capture targets without link. - Reset the content of the math role so it can be highlighted by the injection instead. Problems I found: - Capturing the same node with @language and @content will raise an error. ``` Error detected while processing FileType Autocommands for "*": E5108: Error executing lua /usr/share/nvim/runtime/lua/vim/treesitter/languagetree.lua:331: table index is nil ``` Harcoding the language works, Using the offset predicate doesn't work either `(#offset! 0 0 1 0)` nor `(#offset! 0 0 0 5)` - Generating the grammar using `tree-sitter-cli@0.17.x` breaks nvim-treesitter, `@0.16.9` works. | |||||
| * | Update lockfile.json | theHamsta | 2020-12-31 | 1 | -0/+3 | |
| | | ||||||
| * | Update lockfile.json | theHamsta | 2020-12-30 | 1 | -0/+3 | |
| | | ||||||
| * | Update lockfile.json | theHamsta | 2020-12-20 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | theHamsta | 2020-12-17 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | kyazdani42 | 2020-12-16 | 1 | -2/+2 | |
| | | ||||||
| * | Update lockfile.json | theHamsta | 2020-12-14 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | theHamsta | 2020-12-13 | 1 | -2/+2 | |
| | | ||||||
| * | Update lockfile.json | kyazdani42 | 2020-12-12 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile | Stephan Seitz | 2020-12-12 | 1 | -4/+4 | |
| | | ||||||
| * | [docgen] Update README.md | Github Actions | 2020-12-12 | 1 | -1/+1 | |
| | | | | | skip-checks: true | |||||
| * | Pin Erlang parser | Stephan Seitz | 2020-12-10 | 1 | -0/+3 | |
| | | ||||||
| * | Update Elm parser | Stephan Seitz | 2020-12-09 | 1 | -1/+1 | |
| | | | | | No new nodes only a fix for trailing spaces | |||||
| * | Update ruby parser | Stephan Seitz | 2020-12-08 | 1 | -1/+1 | |
| | | | | | | - Fix handling of multi-line interpolations within heredocs - Add operator field name to operator_assignment | |||||
| * | Update ruby parser | Stephan Seitz | 2020-12-08 | 1 | -1/+1 | |
| | | | | | Includes fixes for float rationals and keyword parameters | |||||
| * | Pin kotlin parser | Stephan Seitz | 2020-12-06 | 1 | -0/+3 | |
| | | ||||||
| * | Update Ruby parser | Stephan Seitz | 2020-12-03 | 1 | -1/+1 | |
| | | ||||||
| * | Update Teal queries and parser | Stephan Seitz | 2020-12-03 | 1 | -1/+1 | |
| | | ||||||
