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
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