Commit graph

2815 commits

Author SHA1 Message Date
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
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