aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* add method spec highlight and block folds (#3151)Viorel Craescu2022-07-092-0/+4
|
* fix(exception): erlang exception (#3150)Access2022-07-091-3/+6
|
* add (module_export) to folds (#3148)Access2022-07-091-1/+2
|
* Update lockfile.jsonGitHub2022-07-091-1/+1
|
* fix: add more indentations for ruby (#3139)Eric Zheng (PiaoDan)2022-07-094-0/+19
|
* feat(erlang highlight): support erlang highlight (#3141)Access2022-07-092-0/+107
|
* Update lockfile.jsonGitHub2022-07-091-3/+3
|
* fix: avoid installing parsers multiple times when using auto_installsmjonas2022-07-081-2/+2
|
* remove accidental textRoberto Pommella Alegro2022-07-081-1/+1
|
* Add heredoc language injection for HCLRoberto Pommella Alegro2022-07-081-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 haskellShootingStarDragons2022-07-081-0/+5
|
* feat: add option to auto-install missing parsers (#3130)Jonas Strittmatter2022-07-084-1/+25
|
* highlights(c): highlight `,` operator as operator (#3107)guijan2022-07-081-7/+10
|
* Update lockfile.jsonGitHub2022-07-081-2/+2
|
* Update lockfile.jsonGitHub2022-07-081-1/+1
|
* fix(rust): remove if_let from indent captureskiyan2022-07-083-1/+10
| | | | fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/3073
* Update lockfile and highlight queriesderekstride2022-07-082-6/+79
|
* Initial SQL supportderekstride2022-07-085-0/+116
|
* fix(go): indent const declarationkiyan2022-07-083-4/+12
| | | | https://github.com/nvim-treesitter/nvim-treesitter/issues/3104
* Highlight named fields in struct literalsPieter van Loon2022-07-081-0/+3
|
* Update lockfile.jsonGitHub2022-07-071-1/+1
|
* add fold support to qml (#3132)Access2022-07-071-0/+6
|
* Update lockfile.jsonGitHub2022-07-071-0/+3
|
* add qmljs (#3126)Access2022-07-073-1/+143
|
* Update lockfile.jsonGitHub2022-07-071-1/+1
|
* fix(ecma): indent end for bracket (#3121)Kiyan2022-07-073-0/+6
|
* Update lockfile.jsonGitHub2022-07-071-3/+3
|
* chore: reformat with Stylua 0.14.0Christian Clason2022-07-071-6/+2
|
* Update lockfile.jsonGitHub2022-07-061-4/+4
|
* Update lockfile.jsonGitHub2022-07-051-2/+2
|
* Update lockfile.jsonGitHub2022-07-041-1/+1
|
* Update lockfile.jsonGitHub2022-07-041-2/+2
|
* Update lockfile.jsonGitHub2022-07-041-2/+2
|
* Use markdown metadata blocks for injectionMDeiml2022-07-031-1/+5
|
* Update lockfile.jsonGitHub2022-07-031-4/+4
|
* Update lockfile.jsonGitHub2022-07-021-2/+2
|
* Update lockfile.jsonGitHub2022-07-011-1/+1
|
* fix(haskell): priority 101 for infix function precedence over variable (#3085)Kiyan2022-07-011-1/+1
|
* highlights(c): highlight member-access as operator (#3096)guijan2022-07-011-1/+2
|
* Update lockfile.jsonGitHub2022-07-011-1/+1
|
* Update lockfile.jsonGitHub2022-06-301-4/+4
|
* Update lockfile.jsonGitHub2022-06-291-1/+1
|
* docs: add description to `markdown`/`markdown_inline` in READMEStephan Seitz2022-06-281-0/+2
|
* Update lockfile.jsonGitHub2022-06-281-3/+3
|
* feat(beancount): support folding org headers (#3078)PolarMutex2022-06-283-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-281-1/+1
|
* Update lockfile.json (#3081)github-actions[bot]2022-06-281-2/+2
|
* Update lockfile.json (#3079)github-actions[bot]2022-06-281-7/+7
|
* Update READMEGithub Actions2022-06-261-1/+2
|
* ci(macos): update to upstream changes in releaseChristian Clason2022-06-261-1/+1
| | | | macOS release archive now uses `nvim-macos` as extracted directory.