aboutsummaryrefslogtreecommitdiffstats
path: root/lockfile.json
Commit message (Collapse)AuthorAgeFilesLines
...
* Add comment parser to highlight comment tags (#893)Santos Gallegos2021-03-121-0/+3
| | | Closes #236
* Update query parser (; in strings)Stephan Seitz2021-03-021-1/+1
|
* Update lockfile.jsonGitHub2021-03-021-11/+20
|
* ocaml, ocaml_interface: update to latest parserPau Ruiz Safont2021-02-281-2/+2
| | | | Allows parsing quoted strings to have other nodes inside.
* ledger: update highlightsCédric Barreteau2021-02-231-1/+1
|
* C: downgrade parserSantos Gallegos2021-02-121-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.jsonGitHub2021-02-121-2/+2
|
* Update lockfile.jsonGitHub2021-02-121-6/+12
|
* Bump ledger versionCédric Barreteau2021-02-111-1/+1
| | | | Adds support for multi-word commodities.
* Update lockfile.jsonGitHub2021-02-071-1/+1
|
* Update lockfile.jsonGitHub2021-02-051-2/+2
|
* Update lockfile.json and `amount` query for ledgerCédric Barreteau2021-02-041-1/+1
| | | | | `amount_expr` was renamed to `amount` in 52101ac32e890ac224e51cb005182bbe45c0250d.
* Update lockfile.jsonGitHub2021-02-011-1/+1
|
* Update lockfile.jsonGitHub2021-01-311-1/+1
|
* Add ledger parser, folds and highlights queriesCédric Barreteau2021-01-311-0/+3
|
* Update lockfile.jsonGitHub2021-01-301-1/+1
|
* Update lockfile.jsonGitHub2021-01-301-1/+1
|
* Update lockfile.jsonGitHub2021-01-221-1/+1
|
* Update lockfile.jsonGitHub2021-01-211-2/+2
|
* Update lockfile.jsonGitHub2021-01-201-2/+2
|
* Update lockfile.jsonGitHub2021-01-151-1/+1
|
* Update lockfile.jsonGitHub2021-01-141-2/+2
|
* Update lockfile.jsonvigoux2021-01-081-1/+1
|
* Update lockfile.jsonvigoux2021-01-071-1/+1
|
* Update lockfile.jsonstsewd2021-01-061-1/+1
|
* Update lockfile.jsonvigoux2021-01-051-3/+6
|
* Update lockfileCorey Williamson2021-01-051-1/+1
|
* Query: add string.escapeSantos Gallegos2021-01-041-1/+1
| | | | Needs https://github.com/nvim-treesitter/tree-sitter-query/pull/5
* Update lockfile.jsonvigoux2021-01-031-1/+1
|
* RST: update injection queriesSantos Gallegos2021-01-021-1/+1
| | | | Finally, highlight for code blocks
* Update lockfile.jsontheHamsta2021-01-021-1/+1
|
* Update lockfile.jsonstsewd2021-01-011-2/+2
|
* RST: update parser and queriesSantos Gallegos2021-01-011-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.jsontheHamsta2020-12-311-0/+3
|
* Update lockfile.jsontheHamsta2020-12-301-0/+3
|
* Update lockfile.jsontheHamsta2020-12-201-1/+1
|
* Update lockfile.jsontheHamsta2020-12-171-1/+1
|
* Update lockfile.jsonkyazdani422020-12-161-2/+2
|
* Update lockfile.jsontheHamsta2020-12-141-1/+1
|
* Update lockfile.jsontheHamsta2020-12-131-2/+2
|
* Update lockfile.jsonkyazdani422020-12-121-1/+1
|
* Update lockfileStephan Seitz2020-12-121-4/+4
|
* [docgen] Update README.mdGithub Actions2020-12-121-1/+1
| | | | skip-checks: true
* Pin Erlang parserStephan Seitz2020-12-101-0/+3
|
* Update Elm parserStephan Seitz2020-12-091-1/+1
| | | | No new nodes only a fix for trailing spaces
* Update ruby parserStephan Seitz2020-12-081-1/+1
| | | | | - Fix handling of multi-line interpolations within heredocs - Add operator field name to operator_assignment
* Update ruby parserStephan Seitz2020-12-081-1/+1
| | | | Includes fixes for float rationals and keyword parameters
* Pin kotlin parserStephan Seitz2020-12-061-0/+3
|
* Update Ruby parserStephan Seitz2020-12-031-1/+1
|
* Update Teal queries and parserStephan Seitz2020-12-031-1/+1
|