Commit graph

67 commits

Author SHA1 Message Date
Stephan Seitz
3fda398bf6 Update fennel parser to 0.19.2 2021-03-16 18:52:43 +01:00
Stephan Seitz
dbeebe94d8 Dart, Svelte no longer requires_generate_from_grammar 2021-03-16 18:52:43 +01:00
Stephan Seitz
0b67258711 Downgrade glimmer to the 0.19.0 version 2021-03-16 18:52:43 +01:00
Stephan Seitz
fac9fef397 Update jsonc to 0.19.0 2021-03-16 18:52:43 +01:00
Stephan Seitz
3cc57cd3fa Fix clojure 2021-03-16 18:52:43 +01:00
Stephan Seitz
1f9ca9664b Update parsers 2021-03-16 18:52:43 +01:00
Stephan Seitz
9b6b2543e8 Allow multiple errors in CI 2021-03-16 18:52:43 +01:00
Stephan Seitz
de829ce5fc Update lockfile 2021-03-16 18:52:43 +01:00
GitHub
6797c622a5 Update lockfile.json 2021-03-16 18:52:43 +01:00
Santos Gallegos
e4083fc8e1
Add comment parser to highlight comment tags (#893)
Closes #236
2021-03-12 11:21:46 -05:00
Stephan Seitz
c1a821b71f Update query parser (; in strings) 2021-03-02 16:55:18 +01:00
GitHub
22f3203adf Update lockfile.json 2021-03-02 16:55:18 +01:00
Pau Ruiz Safont
731998199f ocaml, ocaml_interface: update to latest parser
Allows parsing quoted strings to have other nodes inside.
2021-02-28 22:32:07 +01:00
Cédric Barreteau
f68567f7e2 ledger: update highlights 2021-02-23 22:34:59 +01:00
Santos Gallegos
5fab87f8a3 C: downgrade parser
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
2021-02-12 19:25:46 +01:00
GitHub
e5facde11b Update lockfile.json 2021-02-12 08:29:45 +01:00
GitHub
56af22b897 Update lockfile.json 2021-02-12 08:22:34 +01:00
Cédric Barreteau
9fe8c12b25 Bump ledger version
Adds support for multi-word commodities.
2021-02-11 20:42:26 +01:00
GitHub
ceb2e90f99 Update lockfile.json 2021-02-07 16:24:55 +01:00
GitHub
7055ba9c89 Update lockfile.json 2021-02-05 10:16:41 -05:00
Cédric Barreteau
9385413597 Update lockfile.json and amount query for ledger
`amount_expr` was renamed to `amount` in
52101ac32e890ac224e51cb005182bbe45c0250d.
2021-02-04 21:53:32 +01:00
GitHub
68a2dc219f Update lockfile.json 2021-02-01 19:32:02 +01:00
GitHub
b465ed0eb2 Update lockfile.json 2021-01-31 10:55:18 +01:00
Cédric Barreteau
459173e5c7 Add ledger parser, folds and highlights queries 2021-01-31 10:44:45 +01:00
GitHub
32e39094b9 Update lockfile.json 2021-01-30 21:19:08 +01:00
GitHub
8f4ca8404b Update lockfile.json 2021-01-30 21:13:14 +01:00
GitHub
6d2b1fc566 Update lockfile.json 2021-01-22 21:30:52 +01:00
GitHub
76447498b9 Update lockfile.json 2021-01-21 12:40:45 +01:00
GitHub
d9c6a37e97 Update lockfile.json 2021-01-20 08:43:48 +01:00
GitHub
1c3fb201c6 Update lockfile.json 2021-01-15 08:21:28 +01:00
GitHub
72656dcf3c Update lockfile.json 2021-01-14 14:26:11 +01:00
vigoux
255be0ff7b Update lockfile.json 2021-01-08 16:29:40 +01:00
vigoux
ed273fce5e Update lockfile.json 2021-01-07 08:52:41 +01:00
stsewd
9b30badeb1 Update lockfile.json 2021-01-06 09:21:05 -05:00
vigoux
464dbb9407 Update lockfile.json 2021-01-05 17:27:10 +01:00
Corey Williamson
bc4019f4be Update lockfile 2021-01-05 16:52:17 +01:00
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