Commit graph

374 commits

Author SHA1 Message Date
Steven Sojka
6863f79118
refactor(all): language tree adaption (#1105) 2021-03-30 08:18:24 -05:00
Stephan Seitz
88ac3d2365 Address #1067: check whether lockfile exists 2021-03-24 22:32:21 +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
Corey Williamson
548a0d8d7f Update teal highlights 2021-03-23 22:20:30 +01:00
Stephan Seitz
1375cc5c1f fix(checkhealth): display error messages of failed queries 2021-03-23 21:25:37 +01:00
Himujjal
597ec69378 Added Zig grammar 2021-03-23 12:36:34 +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
bitcoder
b84dbcc66c use health#report_warn for treesitter version check 2021-03-22 12:40:43 +01:00
Stephan Seitz
283ee87ed1 Add LaTeX/Bibtex parser 2021-03-22 11:49:51 +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
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
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
BonaBeavis
f652e1efed Use newline instead of space 2021-03-17 20:21:50 +01:00
BonaBeavis
2bbc1a2d59 Add newline before legend
Without this newline there is no syntax highlighting after the legend.
2021-03-17 20:21:50 +01:00
Stephan Seitz
ad5c0b9d78 Update lockfile 2021-03-16 22:17:23 +01:00
kiyan
2f81d4ad27 hotfix npm check 2021-03-16 18:58:36 +01:00
Stephan Seitz
f392f13af4 Add an error message if NPM is not available but needed 2021-03-16 18:52:43 +01:00
Stephan Seitz
f3ba2cfd28 Fixup: ocamllex 2021-03-16 18:52:43 +01:00
Stephan Seitz
ec30cf1641 Update ocaml 2021-03-16 18:52:43 +01:00
Stephan Seitz
2cd1eb6e2a Update Kotlin parser 2021-03-16 18:52:43 +01:00
Stephan Seitz
acbb453f57 Update verilog to 0.19.2 2021-03-16 18:52:43 +01:00
Stephan Seitz
3fda398bf6 Update fennel parser to 0.19.2 2021-03-16 18:52:43 +01:00
Stephan Seitz
7a7a56d0f1 Add explanation why some parsers need to be generated from source now 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
85d7d810cb Remove verilog parser 2021-03-16 18:52:43 +01:00
Stephan Seitz
4af5fef1d9 Fixup CI 2021-03-16 18:52:43 +01:00
Stephan Seitz
f134df49e9 Add ocamllex to needs_generate 2021-03-16 18:52:43 +01:00
Stephan Seitz
3cc57cd3fa Fix clojure 2021-03-16 18:52:43 +01:00
Stephan Seitz
c573cdd0a9 Add CI hack 2021-03-16 18:52:43 +01:00
Stephan Seitz
532a369b32 Mark parsers with NPM dependency 2021-03-16 18:52:43 +01:00
Stephan Seitz
fcb6d74b6b Make parsers that require "TSGenerateFromGrammar" 2021-03-16 18:52:43 +01:00
Stephan Seitz
1f9ca9664b Update parsers 2021-03-16 18:52:43 +01:00
echasnovski
773ec8eefc Add support for R language. 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
bitcoder
ec41db9511 update tips in healthcheck 2021-03-09 00:45:50 +01:00
bitcoder
7760f08658 add treesitter version in checkhealth 2021-03-09 00:45:50 +01:00
Jozef Grajciar
c7422dd257 Add Windows support for cl.exe
Co-authored-by: Stephan Seitz <stephan.seitz@fau.de>
2021-03-04 19:58:58 +01:00
Dennis B
aca33c0aca [highlights] Add TSSymbol highlight group
Addresses issue #892

Ruby and Dart literal symbols will now be highlighted by the new
TSSymbol highlight group, which itself will, by default, link to the Vim
Identifier highlight group. Vim theme authors can then set their
TSSymbol colors.

Symbol highlighting can apply to a number of languages as noted in the
following Wikipedia page: https://en.wikipedia.org/wiki/Symbol_(programming)

Not just for Ruby and Dart.
2021-03-04 06:19:40 +01:00
Stephan Seitz
06660a73a7 Fix: Allow repo.url to end in ".git" 2021-03-02 12:46:43 -05:00
Stephan Seitz
1df50b3435 Fix #972: Add tar-download support for Gitlab 2021-03-02 16:55:18 +01:00
kiyan
21799c9ed6 fix: add used_by in parser setter 2021-03-01 20:06:40 +01:00
NullVoxPopuli
4868c2117f Add branch to glimmer config 2021-03-01 01:02:09 +01:00
NullVoxPopuli
3568e54669 Add glimmer parser 2021-03-01 01:02:09 +01:00