kiyan
8948c331ee
fix: jsx indent query
2021-04-01 20:50:25 +02:00
kiyan
a2cee8852b
fix: indent on new line
2021-04-01 20:50:25 +02:00
GitHub
ca3bbdbe94
Update lockfile.json
2021-03-31 20:00:23 +02:00
Stephan Seitz
edd942a962
Add tree-sitter ABI version to health check
2021-03-31 19:01:21 +02:00
Stephan Seitz
4821bde80a
Import highlights.scm from tree-sitter-zig
2021-03-30 22:27:50 +02:00
Stephan Seitz
c7313ffd10
Fix beancount queries
2021-03-30 22:27:50 +02:00
Stephan Seitz
6f85037437
Pin verilog parser because it downgraded to 0.18.0
2021-03-30 22:27:50 +02:00
Stephan Seitz
7b1d557c80
Use fullpath to tree-sitter executable to avoid using one from NPM
2021-03-30 22:27:50 +02:00
GitHub
0684124a71
Update lockfile.json
2021-03-30 22:27:50 +02:00
Github Actions
6963ee6fea
[docgen] Update README.md
...
skip-checks: true
2021-03-30 19:26:37 +02:00
Stephan Seitz
e1997ebbca
Add LaTeX maintainers
2021-03-30 19:26:37 +02:00
Stephan Seitz
712cc78a1e
Add text.reference and text.environment
2021-03-30 19:26:37 +02:00
Stephan Seitz
0556edf5f3
latex: add TSMath that behaves like vimtex math highlighting
2021-03-30 19:26:37 +02:00
Stephan Seitz
ea8c3b2850
feat: Add Latex basic highlights and folds
...
Fix #1104
2021-03-30 19:26:37 +02:00
Steven Sojka
6863f79118
refactor(all): language tree adaption ( #1105 )
2021-03-30 08:18:24 -05:00
Santos Gallegos
0df7c4aa39
Fix jsdoc: play nice with the comment parser ( #1108 )
...
Using separate queries makes it work as expected.
Also, for the comment parser to be able to override the other tokens
we need to remove the comment from highlights (this shouldn't be a
problem since that section is already highlighted as a comment).
And, the order of the captures matter,
having jsdoc first will have more priority over `@param`.
Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/1069
2021-03-27 10:51:16 -05:00
Stephan Seitz
edcac596ce
highlights(rust): Highlight dereferenced closure parameters
2021-03-26 20:12:38 +01:00
Stephan Seitz
2331a36693
highlights(java): Highlight fields (members and member access) ( #1107 )
2021-03-26 13:25:28 -05:00
Stephan Seitz
88ac3d2365
Address #1067 : check whether lockfile exists
2021-03-24 22:32:21 +01:00
Github Actions
123d2edfce
[docgen] Update README.md
...
skip-checks: true
2021-03-24 18:32:13 +01:00
Steven Sojka
4da6f29a56
chore(parsers): add tsx maintainer
2021-03-24 18:32:13 +01:00
Steven Sojka
7984975a2f
feat(install): allow ignore list when installing parsers ( #1098 )
2021-03-24 09:12:03 -05:00
kraftwerk28
09045354c0
Add generator functions to ecma queries
2021-03-23 23:37:11 +01:00
Corey Williamson
548a0d8d7f
Update teal highlights
2021-03-23 22:20:30 +01:00
Github Actions
06a6510637
[docgen] Update README.md
...
skip-checks: true
2021-03-23 21:25:37 +01:00
Stephan Seitz
1375cc5c1f
fix(checkhealth): display error messages of failed queries
2021-03-23 21:25:37 +01:00
GitHub
db1fa43484
Update lockfile.json
2021-03-23 13:15:18 +01:00
Himujjal
597ec69378
Added Zig grammar
2021-03-23 12:36:34 +01:00
GitHub
74234bc0e0
Update lockfile.json
2021-03-22 22:48:01 +01:00
Christian Clason
ebdd43b68d
add basic queries for bibtex
2021-03-22 22:19:10 +01:00
shirasaka
71e3391a8c
Add indents for php
2021-03-22 18:02:10 +01:00
Brady Phillips
bdbae28b24
Fix indent size
...
Indent size should equal shiftwidth, unless shiftwidth is 0 in which
case tabstop should be used.
2021-03-22 17:36:19 +01:00
GitHub
445d16ccae
Update lockfile.json
2021-03-22 12:41:04 +01:00
bitcoder
b84dbcc66c
use health#report_warn for treesitter version check
2021-03-22 12:40:43 +01:00
Github Actions
6a489c6c9d
[docgen] Update README.md
...
skip-checks: true
2021-03-22 11:49:51 +01:00
Github Actions
d8b0edb4b4
[docgen] Update README.md
...
skip-checks: true
2021-03-22 11:49:51 +01:00
Stephan Seitz
283ee87ed1
Add LaTeX/Bibtex parser
2021-03-22 11:49:51 +01:00
GitHub
5a4d9a69ca
Update lockfile.json
2021-03-22 11:40:52 +01:00
Brian Ryall
600509aad6
delete locals queries for beancount
2021-03-22 07:11:10 +01:00
Brian Ryall
900222e1ad
fix invalid annotation in beancount query
2021-03-22 07:11:10 +01:00
Brian Ryall
a38097256a
fix typo in beancount parser
2021-03-22 07:11:10 +01:00
Brian Ryall
fb75f01941
add support for beancount files
2021-03-22 07:11:10 +01:00
Yuki Ito
0c12ff67fe
rust: tread , as a punctuation delimiter
2021-03-22 07:07:27 +01:00
Tormod Alf Try Tufteland
db67f5e517
attribute in stead of annotation
2021-03-20 17:52:07 +01:00
Tormod Alf Try Tufteland
8b4b07c55b
kotlin: updated parser, and added annotation highlight again
2021-03-20 17:52:07 +01:00
GitHub
e1870183ea
Update lockfile.json
2021-03-20 14:01:48 +01:00
Himujjal
4dca2b4142
updated svelte repo
2021-03-20 12:59:14 +01:00
GitHub
e6f2365ade
Update lockfile.json
2021-03-19 14:15:13 +01:00
Yuki Ito
b818ace315
go: add builtin types
2021-03-19 13:48:24 +01:00
GitHub
c236b2db9b
Update lockfile.json
2021-03-18 19:11:50 +01:00