summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-17fix(indent): set only one autocmd for binding indentexpr (#3190)Kiyan
2022-07-16Update lockfile.jsonGitHub
2022-07-16highlights(julia): add "mutable" keywordStephan Seitz
2022-07-16Update lockfile.jsonGitHub
2022-07-15fix: disable elm parser in markdown to avoid segfaultkiyan
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-15Update lockfile.jsonGitHub
2022-07-14Update lockfile.jsonGitHub
2022-07-14Highlight sql comments (#3178)Robert Liebowitz
2022-07-13Updated queries and parser versionAndrew Helwer
2022-07-13Add dart to skip lockfile update listBreno Reis
2022-07-13Revert dart to a previous, working versionBreno Reis
2022-07-12Update lockfile.jsonGitHub
2022-07-12Fix and add some highlight (#3168)Access
2022-07-12Update lockfile.jsonGitHub
2022-07-11Update lockfile.jsonGitHub
2022-07-11doc: fix typos (#3163)adrian5
2022-07-10add go1.18 any typeViorel Craescu
2022-07-10Update lockfile.jsonGitHub
2022-07-09remove type definitionViorel Craescu
2022-07-09add type def highlight, add field declaration highlight and remove constant ↵Viorel Craescu
highlight
2022-07-09Update lockfile.jsonGitHub
2022-07-09Update READMEGithub Actions
2022-07-09feat(vala)!: switch to @vala-lang parserPrinceton Ferro
2022-07-09add method spec highlight and block folds (#3151)Viorel Craescu
2022-07-09fix(exception): erlang exception (#3150)Access
2022-07-09add (module_export) to folds (#3148)Access
2022-07-09Update lockfile.jsonGitHub
2022-07-09fix: add more indentations for ruby (#3139)Eric Zheng (PiaoDan)
2022-07-09feat(erlang highlight): support erlang highlight (#3141)Access
2022-07-09Update lockfile.jsonGitHub
2022-07-08fix: avoid installing parsers multiple times when using auto_installsmjonas
2022-07-08remove accidental textRoberto Pommella Alegro
2022-07-08Add heredoc language injection for HCLRoberto Pommella Alegro
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-08support the fold of haskellShootingStarDragons
2022-07-08feat: add option to auto-install missing parsers (#3130)Jonas Strittmatter
2022-07-08highlights(c): highlight `,` operator as operator (#3107)guijan
2022-07-08Update lockfile.jsonGitHub
2022-07-08Update lockfile.jsonGitHub
2022-07-08fix(rust): remove if_let from indent captureskiyan
fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/3073
2022-07-08Update lockfile and highlight queriesderekstride
2022-07-08Initial SQL supportderekstride
2022-07-08fix(go): indent const declarationkiyan
https://github.com/nvim-treesitter/nvim-treesitter/issues/3104
2022-07-08Highlight named fields in struct literalsPieter van Loon
2022-07-07Update lockfile.jsonGitHub
2022-07-07add fold support to qml (#3132)Access
2022-07-07Update lockfile.jsonGitHub
2022-07-07add qmljs (#3126)Access
2022-07-07Update lockfile.jsonGitHub
2022-07-07fix(ecma): indent end for bracket (#3121)Kiyan
2022-07-07Update lockfile.jsonGitHub