| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | add method spec highlight and block folds (#3151) | Viorel Craescu | 2022-07-09 | 2 | -0/+4 | |
| | | ||||||
| * | fix(exception): erlang exception (#3150) | Access | 2022-07-09 | 1 | -3/+6 | |
| | | ||||||
| * | add (module_export) to folds (#3148) | Access | 2022-07-09 | 1 | -1/+2 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-07-09 | 1 | -1/+1 | |
| | | ||||||
| * | fix: add more indentations for ruby (#3139) | Eric Zheng (PiaoDan) | 2022-07-09 | 4 | -0/+19 | |
| | | ||||||
| * | feat(erlang highlight): support erlang highlight (#3141) | Access | 2022-07-09 | 2 | -0/+107 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-07-09 | 1 | -3/+3 | |
| | | ||||||
| * | fix: avoid installing parsers multiple times when using auto_install | smjonas | 2022-07-08 | 1 | -2/+2 | |
| | | ||||||
| * | remove accidental text | Roberto Pommella Alegro | 2022-07-08 | 1 | -1/+1 | |
| | | ||||||
| * | Add heredoc language injection for HCL | Roberto Pommella Alegro | 2022-07-08 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 } ``` | |||||
| * | support the fold of haskell | ShootingStarDragons | 2022-07-08 | 1 | -0/+5 | |
| | | ||||||
| * | feat: add option to auto-install missing parsers (#3130) | Jonas Strittmatter | 2022-07-08 | 4 | -1/+25 | |
| | | ||||||
| * | highlights(c): highlight `,` operator as operator (#3107) | guijan | 2022-07-08 | 1 | -7/+10 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-07-08 | 1 | -2/+2 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-07-08 | 1 | -1/+1 | |
| | | ||||||
| * | fix(rust): remove if_let from indent captures | kiyan | 2022-07-08 | 3 | -1/+10 | |
| | | | | | fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/3073 | |||||
| * | Update lockfile and highlight queries | derekstride | 2022-07-08 | 2 | -6/+79 | |
| | | ||||||
| * | Initial SQL support | derekstride | 2022-07-08 | 5 | -0/+116 | |
| | | ||||||
| * | fix(go): indent const declaration | kiyan | 2022-07-08 | 3 | -4/+12 | |
| | | | | | https://github.com/nvim-treesitter/nvim-treesitter/issues/3104 | |||||
| * | Highlight named fields in struct literals | Pieter van Loon | 2022-07-08 | 1 | -0/+3 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-07-07 | 1 | -1/+1 | |
| | | ||||||
| * | add fold support to qml (#3132) | Access | 2022-07-07 | 1 | -0/+6 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-07-07 | 1 | -0/+3 | |
| | | ||||||
| * | add qmljs (#3126) | Access | 2022-07-07 | 3 | -1/+143 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-07-07 | 1 | -1/+1 | |
| | | ||||||
| * | fix(ecma): indent end for bracket (#3121) | Kiyan | 2022-07-07 | 3 | -0/+6 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-07-07 | 1 | -3/+3 | |
| | | ||||||
| * | chore: reformat with Stylua 0.14.0 | Christian Clason | 2022-07-07 | 1 | -6/+2 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-07-06 | 1 | -4/+4 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-07-05 | 1 | -2/+2 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-07-04 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-07-04 | 1 | -2/+2 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-07-04 | 1 | -2/+2 | |
| | | ||||||
| * | Use markdown metadata blocks for injection | MDeiml | 2022-07-03 | 1 | -1/+5 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-07-03 | 1 | -4/+4 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-07-02 | 1 | -2/+2 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-07-01 | 1 | -1/+1 | |
| | | ||||||
| * | fix(haskell): priority 101 for infix function precedence over variable (#3085) | Kiyan | 2022-07-01 | 1 | -1/+1 | |
| | | ||||||
| * | highlights(c): highlight member-access as operator (#3096) | guijan | 2022-07-01 | 1 | -1/+2 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-07-01 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-06-30 | 1 | -4/+4 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-06-29 | 1 | -1/+1 | |
| | | ||||||
| * | docs: add description to `markdown`/`markdown_inline` in README | Stephan Seitz | 2022-06-28 | 1 | -0/+2 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-06-28 | 1 | -3/+3 | |
| | | ||||||
| * | feat(beancount): support folding org headers (#3078) | PolarMutex | 2022-06-28 | 3 | -3/+3 | |
| | | | | | | | requires beancount parser update Co-authored-by: Brian Ryall <brian@brianryall.xyz> Co-authored-by: Christian Clason <c.clason@uni-graz.at> | |||||
| * | Update lockfile.json (#3082) | github-actions[bot] | 2022-06-28 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json (#3081) | github-actions[bot] | 2022-06-28 | 1 | -2/+2 | |
| | | ||||||
| * | Update lockfile.json (#3079) | github-actions[bot] | 2022-06-28 | 1 | -7/+7 | |
| | | ||||||
| * | Update README | Github Actions | 2022-06-26 | 1 | -1/+2 | |
| | | ||||||
| * | ci(macos): update to upstream changes in release | Christian Clason | 2022-06-26 | 1 | -1/+1 | |
| | | | | | macOS release archive now uses `nvim-macos` as extracted directory. | |||||
