mirror of https://github.com/helix-editor/helix
Remove `tree-sitter-cabal` (#6996)
parent
69332ae3b2
commit
8424f387b5
|
@ -9,7 +9,7 @@
|
||||||
| bicep | ✓ | | | `bicep-langserver` |
|
| bicep | ✓ | | | `bicep-langserver` |
|
||||||
| c | ✓ | ✓ | ✓ | `clangd` |
|
| c | ✓ | ✓ | ✓ | `clangd` |
|
||||||
| c-sharp | ✓ | ✓ | | `OmniSharp` |
|
| c-sharp | ✓ | ✓ | | `OmniSharp` |
|
||||||
| cabal | ✓ | | | |
|
| cabal | | | | |
|
||||||
| cairo | ✓ | | | |
|
| cairo | ✓ | | | |
|
||||||
| capnp | ✓ | | ✓ | |
|
| capnp | ✓ | | ✓ | |
|
||||||
| clojure | ✓ | | | `clojure-lsp` |
|
| clojure | ✓ | | | `clojure-lsp` |
|
||||||
|
|
|
@ -2467,10 +2467,6 @@ roots = ["cabal.project", "Setup.hs"]
|
||||||
indent = { tab-width = 2, unit = " " }
|
indent = { tab-width = 2, unit = " " }
|
||||||
comment-token = "--"
|
comment-token = "--"
|
||||||
|
|
||||||
[[grammar]]
|
|
||||||
name = "cabal"
|
|
||||||
source = { git = "https://gitlab.com/magus/tree-sitter-cabal", rev = "7d5fa6887ae05a0b06d046f1e754c197c8ad869b" }
|
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "hurl"
|
name = "hurl"
|
||||||
scope = "source.hurl"
|
scope = "source.hurl"
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
(comment) @comment
|
|
||||||
|
|
||||||
[
|
|
||||||
"cabal-version"
|
|
||||||
(field_name)
|
|
||||||
] @type
|
|
||||||
|
|
||||||
(section_name) @type
|
|
||||||
|
|
||||||
[
|
|
||||||
(section_type)
|
|
||||||
"if"
|
|
||||||
"elseif"
|
|
||||||
"else"
|
|
||||||
] @keyword
|
|
Loading…
Reference in New Issue