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
Roberto Pommella Alegro
599fd416c8
remove accidental text
2022-07-08 21:58:42 +02:00
Roberto Pommella Alegro
aac4f027c5
Add heredoc language injection for HCL
...
Add a heredoc language injection similar to Ruby for HCL. This allows terraform resources like this to be properly highlighted
```hcl
resource "aws_iam_role" "sample" {
name = "sample"
assume_role_policy = <<JSON
{
"Version": "2012-10-17",
"Statement": [
{
"Action": "sts:AssumeRole",
"Principal": {
"AWS": "*"
},
"Effect": "Allow",
"Sid": ""
}
]
}
JSON
}
```
2022-07-08 21:58:42 +02:00
ShootingStarDragons
f0e710793f
support the fold of haskell
2022-07-08 21:58:10 +02:00
Jonas Strittmatter
365f0eb75f
feat: add option to auto-install missing parsers ( #3130 )
2022-07-08 07:36:54 +00:00
guijan
8f13ef1563
highlights(c): highlight , operator as operator ( #3107 )
2022-07-08 09:00:56 +02:00
GitHub
42ab34c8f7
Update lockfile.json
2022-07-08 08:54:02 +02:00
GitHub
57d184587c
Update lockfile.json
2022-07-08 00:33:05 +02:00
kiyan
8bc4d046e7
fix(rust): remove if_let from indent captures
...
fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/3073
2022-07-08 00:27:51 +02:00
derekstride
1b6debcf69
Update lockfile and highlight queries
2022-07-08 00:15:40 +02:00
derekstride
8927588e47
Initial SQL support
2022-07-08 00:15:40 +02:00
kiyan
6eb35103d0
fix(go): indent const declaration
...
https://github.com/nvim-treesitter/nvim-treesitter/issues/3104
2022-07-08 00:14:29 +02:00
Pieter van Loon
dcc5895e7c
Highlight named fields in struct literals
2022-07-08 00:13:46 +02:00
GitHub
d3405a6946
Update lockfile.json
2022-07-07 18:26:19 +02:00
Access
bafa20df2b
add fold support to qml ( #3132 )
2022-07-07 18:16:34 +02:00
GitHub
f1f9f43451
Update lockfile.json
2022-07-07 18:09:16 +02:00
Access
4b5966c81a
add qmljs ( #3126 )
2022-07-07 16:33:47 +02:00
GitHub
d4f0c46e0f
Update lockfile.json
2022-07-07 14:55:45 +02:00
Kiyan
6f3fbb2622
fix(ecma): indent end for bracket ( #3121 )
2022-07-07 14:35:12 +02:00
GitHub
5dfbbcc46e
Update lockfile.json
2022-07-07 09:22:18 +02:00
Christian Clason
225b474560
chore: reformat with Stylua 0.14.0
2022-07-07 09:18:05 +02:00
GitHub
0fc45ea650
Update lockfile.json
2022-07-06 08:56:03 +02:00
GitHub
c2f76ae970
Update lockfile.json
2022-07-05 08:56:00 +02:00
GitHub
cf6d84b561
Update lockfile.json
2022-07-04 14:11:32 +02:00
GitHub
51828ff249
Update lockfile.json
2022-07-04 11:13:58 +02:00
GitHub
7d2bd76f43
Update lockfile.json
2022-07-04 09:42:34 +02:00
MDeiml
f75e27c217
Use markdown metadata blocks for injection
2022-07-03 11:25:50 +02:00
GitHub
cc7c075899
Update lockfile.json
2022-07-03 11:15:23 +02:00
GitHub
78931d8bf1
Update lockfile.json
2022-07-02 11:40:54 +02:00
GitHub
512ceb2710
Update lockfile.json
2022-07-01 15:58:20 +02:00
Kiyan
372b007231
fix(haskell): priority 101 for infix function precedence over variable ( #3085 )
2022-07-01 15:47:28 +02:00
guijan
9832666cfa
highlights(c): highlight member-access as operator ( #3096 )
2022-07-01 15:47:11 +02:00
GitHub
1ed2a3cf95
Update lockfile.json
2022-07-01 08:09:47 +02:00
GitHub
3b1ce2e1b3
Update lockfile.json
2022-06-30 10:52:44 +02:00
GitHub
989c75046c
Update lockfile.json
2022-06-29 09:14:11 +02:00
Stephan Seitz
f69b1ebd7a
docs: add description to markdown/markdown_inline in README
2022-06-28 23:20:47 +02:00
GitHub
18a0f20276
Update lockfile.json
2022-06-28 22:32:07 +02:00
PolarMutex
b8459df74d
feat(beancount): support folding org headers ( #3078 )
...
requires beancount parser update
Co-authored-by: Brian Ryall <brian@brianryall.xyz>
Co-authored-by: Christian Clason <c.clason@uni-graz.at>
2022-06-28 10:44:38 +02:00
github-actions[bot]
08788c036a
Update lockfile.json ( #3082 )
2022-06-28 08:30:34 +00:00
github-actions[bot]
9165e34da5
Update lockfile.json ( #3081 )
2022-06-28 08:20:25 +00:00
github-actions[bot]
b920891f10
Update lockfile.json ( #3079 )
2022-06-28 08:09:11 +00:00
Github Actions
b7fbf9ed2d
Update README
2022-06-26 20:35:30 +02:00
Christian Clason
a8d4fcb682
ci(macos): update to upstream changes in release
...
macOS release archive now uses `nvim-macos` as extracted directory.
2022-06-26 20:24:37 +02:00