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
Hanh Le
5f97c41c54
Update injections.scm
2021-03-18 18:37:04 +01:00
GitHub
3e95cbca85
Update lockfile.json
2021-03-18 12:28:03 +01:00
Stephan Seitz
7dacd66aec
feat: Allow tables for additional_vim_regex_highlighting
2021-03-18 12:03:37 +01:00
Stephan Seitz
ff9bf6dc2b
feat: Allow to configure to use syntax and tree-sitter together
2021-03-18 12:03:37 +01:00
nbCloud91
5c00f8ede1
fix formatting issues caused by asterisk
...
Replace the asterisk used for "Multiple parsers found" by a plus sign. It prevents the asterisk from messing up the formatting of the rest of the `:checkhealth` buffer.
2021-03-18 07:09:31 +01:00
NullVoxPopuli
76c1cab7ab
Update glimmer queries from plugin
...
Maybe there is a way to read this file from the plugin directly?
2021-03-18 04:03:53 +01:00
GitHub
bc64492720
Update lockfile.json
2021-03-17 20:40:29 +01:00
sogaiu
b521f1a435
Remove SKIP_LOCKFILE_UPDATES_FOR_LANGS
2021-03-17 20:33:12 +01:00
Stephan Seitz
28a729fe9a
Update clojure,turtle,sparql
2021-03-17 20:22:46 +01:00
Stephan Seitz
fc9bdf7c3d
GraphQL no longer requires_generate_from_grammar
2021-03-17 20:22:46 +01:00