Commit graph

2830 commits

Author SHA1 Message Date
GitHub
42891dccf8 Update lockfile.json 2022-07-26 10:41:41 +02:00
Andy Freeland
0d0949683d Support TOML metadata in Markdown injections
Hugo, Zola, and likely other static site generators use `+++` for TOML,
not YAML.
2022-07-25 21:28:40 +02:00
GitHub
2139fca70c Update lockfile.json 2022-07-25 08:59:15 +02:00
GitHub
5e894bdb85 Update lockfile.json 2022-07-24 12:07:44 +02:00
GitHub
a60961af97 Update lockfile.json 2022-07-24 12:00:29 +02:00
Kiyan
783c74cefc
chore: remove executable permissions on graphql spec file (#3206) 2022-07-22 10:14:48 +02:00
github-actions[bot]
07b722157f
Update lockfile.json (#3208)
Co-authored-by: GitHub <noreply@github.com>
2022-07-21 11:57:31 +00:00
Kiyan
d7f06bfb13
fix(indents): indents for error block (css, lua) (#3207) 2022-07-21 13:48:03 +02:00
GitHub
223a58bfca Update lockfile.json 2022-07-21 10:03:24 +02:00
mliszcz
71395d90c0 highlights(c): Lower the priority of @variable
Lower the priority of @variable to prefer @parameter
highlight when identifier appears in parameter_declaration.

Fixes #3061
2022-07-20 17:10:51 +02:00
GitHub
6b9c9aba69 Update lockfile.json 2022-07-20 12:51:42 +02:00
Oliver Marshall
78c8c9a255
Change to using an explicit list of "def-likes" for clojure (#3202) 2022-07-20 10:42:30 +00:00
GitHub
0e29e2c6e1 Update lockfile.json 2022-07-20 09:24:01 +02:00
GitHub
36830c4ce8 Update lockfile.json 2022-07-19 17:46:42 +02:00
GitHub
31f8af5c13 Update lockfile.json 2022-07-19 09:57:37 +02:00
GitHub
fbc09f7dd7 Update lockfile.json 2022-07-19 09:34:07 +02:00
kiyan
8b748a7570 chore: cleanup main file, move statusline in module 2022-07-18 15:44:59 +02:00
Kiyan
91ee9e7376
fix(typo): utils.create_or_resue_writable_dir -> reuse (#3194) 2022-07-18 12:43:31 +02:00
Access
acd4821bc1
add ui_binding to fold (#3191) 2022-07-17 15:12:19 +02:00
Kiyan
7e0651cd56
fix(indent): set only one autocmd for binding indentexpr (#3190) 2022-07-17 08:23:51 +02:00
GitHub
a5709e685b Update lockfile.json 2022-07-16 13:47:03 +02:00
Stephan Seitz
aabae39294 highlights(julia): add "mutable" keyword 2022-07-16 13:37:59 +02:00
GitHub
d4c4de206f Update lockfile.json 2022-07-16 13:05:19 +02:00
kiyan
3bd228781b fix: disable elm parser in markdown to avoid segfault
the Elm parser segfaults when injected in markdown. Disable it for now.
See https://github.com/elm-tooling/tree-sitter-elm/issues/124
2022-07-15 12:08:58 +02:00
GitHub
bb7277603d Update lockfile.json 2022-07-15 08:55:15 +02:00
GitHub
5aabdd9aa9 Update lockfile.json 2022-07-14 16:19:52 +02:00
Robert Liebowitz
97a0322c63
Highlight sql comments (#3178) 2022-07-14 14:07:10 +00:00
Andrew Helwer
b46cb0389d Updated queries and parser version 2022-07-13 21:33:45 +02:00
Breno Reis
91725df581 Add dart to skip lockfile update list 2022-07-13 11:29:58 +02:00
Breno Reis
d99b4cdd75 Revert dart to a previous, working version 2022-07-13 11:29:58 +02:00
GitHub
3ac2adb983 Update lockfile.json 2022-07-12 11:21:01 +02:00
Access
d4eadbcaf1
Fix and add some highlight (#3168) 2022-07-12 11:10:08 +02:00
GitHub
a26d4949a6 Update lockfile.json 2022-07-12 09:44:47 +02:00
GitHub
568ce3c091 Update lockfile.json 2022-07-11 08:20:27 +02:00
adrian5
ba806c2480
doc: fix typos (#3163) 2022-07-11 08:12:32 +02:00
Viorel Craescu
6f1bf2feec add go1.18 any type 2022-07-10 14:53:27 +02:00
GitHub
9577a1a6a3 Update lockfile.json 2022-07-10 13:00:45 +02:00
Viorel Craescu
2f340af135 remove type definition 2022-07-09 21:18:03 +02:00
Viorel Craescu
eb3f263bfe add type def highlight, add field declaration highlight and remove constant highlight 2022-07-09 21:18:03 +02:00
GitHub
559f2e7568 Update lockfile.json 2022-07-09 16:38:52 +02:00
Github Actions
2c274be580 Update README 2022-07-09 16:30:11 +02:00
Princeton Ferro
f3c309db4e feat(vala)!: switch to @vala-lang parser 2022-07-09 16:22:51 +02:00
Viorel Craescu
32e033a8f5
add method spec highlight and block folds (#3151) 2022-07-09 11:35:10 +00:00
Access
e5995d3643
fix(exception): erlang exception (#3150) 2022-07-09 13:33:01 +02:00
Access
9a87c20ce9
add (module_export) to folds (#3148) 2022-07-09 11:35:47 +02:00
GitHub
7920eee73e Update lockfile.json 2022-07-09 11:11:59 +02:00
Eric Zheng (PiaoDan)
9587db3d07
fix: add more indentations for ruby (#3139) 2022-07-09 10:58:25 +02:00
Access
ab3183107a
feat(erlang highlight): support erlang highlight (#3141) 2022-07-09 10:55:48 +02:00
GitHub
4286c8c74a Update lockfile.json 2022-07-09 00:19:55 +02:00
smjonas
013c744b06 fix: avoid installing parsers multiple times when using auto_install 2022-07-08 22:02:36 +02:00