Commit graph

31 commits

Author SHA1 Message Date
Santos Gallegos
3dbbc2dc7d Query: add string.escape
Needs https://github.com/nvim-treesitter/tree-sitter-query/pull/5
2021-01-04 09:29:10 -05:00
vigoux
456ca55f0c Update lockfile.json 2021-01-03 13:20:35 -05:00
Santos Gallegos
6aaf240d0c RST: update injection queries
Finally, highlight for code blocks
2021-01-02 17:19:08 -05:00
theHamsta
6114a6ed97 Update lockfile.json 2021-01-02 04:30:19 +01:00
stsewd
0df55edb52 Update lockfile.json 2021-01-01 17:52:26 +01:00
Santos Gallegos
5ffcd75ea6 RST: update parser and queries
- 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.
2021-01-01 09:49:14 -05:00
theHamsta
91578cc2c8 Update lockfile.json 2020-12-31 14:33:02 +01:00
theHamsta
57ba843d18 Update lockfile.json 2020-12-30 17:57:39 +01:00
theHamsta
29782ebdaa Update lockfile.json 2020-12-20 23:05:54 +01:00
theHamsta
42ca4a4c07 Update lockfile.json 2020-12-17 00:50:25 +01:00
kyazdani42
74d3d815b6 Update lockfile.json 2020-12-16 10:08:50 +01:00
theHamsta
e22b109a1f Update lockfile.json 2020-12-14 07:46:18 +01:00
theHamsta
a5baf151bd Update lockfile.json 2020-12-13 11:20:40 +01:00
kyazdani42
96e86eab80 Update lockfile.json 2020-12-12 19:22:34 +01:00
Stephan Seitz
b42d1db82d Update lockfile 2020-12-12 19:04:43 +01:00
Github Actions
d8f75f0b09 [docgen] Update README.md
skip-checks: true
2020-12-12 19:04:43 +01:00
Stephan Seitz
a5a268df27 Pin Erlang parser 2020-12-10 18:51:08 +01:00
Stephan Seitz
a47c83d12d Update Elm parser
No new nodes only a fix for trailing spaces
2020-12-09 12:30:10 +01:00
Stephan Seitz
b090476aa4 Update ruby parser
- Fix handling of multi-line interpolations within heredocs
- Add operator field name to operator_assignment
2020-12-08 20:13:14 +01:00
Stephan Seitz
dcb66b5a13 Update ruby parser
Includes fixes for float rationals and keyword parameters
2020-12-08 20:13:14 +01:00
Stephan Seitz
939d2e574e Pin kotlin parser 2020-12-06 23:25:33 +01:00
Stephan Seitz
407ff057db Update Ruby parser 2020-12-03 22:24:48 +01:00
Stephan Seitz
c76709fd36 Update Teal queries and parser 2020-12-03 21:13:02 +01:00
Stephan Seitz
6823adf458 Update lockfile.json (Ruby, Elm) 2020-12-03 21:13:02 +01:00
Stephan Seitz
ab808e8495 Fixup jq 2020-11-30 11:19:22 +01:00
Stephan Seitz
740f36b81d Pretty print lockfile.json 2020-11-30 11:19:22 +01:00
Stephan Seitz
9cfcae6a9c Update lockfile 2020-11-30 11:19:22 +01:00
Thomas Vigouroux
d5a8ff94cd lua: update to pull shebang fix 2020-11-25 21:47:38 +01:00
Stephan Seitz
fca3001a13 Update Dart parser 2020-11-15 10:27:25 +01:00
Stephan Seitz
b83a973382 💣!!! Update lockfile !!! Run TSUpdate! 2020-11-03 20:26:08 +01:00
Stephan Seitz
0a51d492a5 Add lockfile and make lockfile default install revision 2020-09-27 13:09:12 +02:00