mirror of
https://github.com/helix-editor/helix
synced 2024-11-10 10:34:45 +01:00
heex: upgrade grammar, add roots matching elixir (#3959)
This commit is contained in:
parent
42e30e7afa
commit
1a4a9b86d7
@ -1287,7 +1287,7 @@ name = "eex"
|
||||
scope = "source.eex"
|
||||
injection-regex = "eex"
|
||||
file-types = ["eex"]
|
||||
roots = []
|
||||
roots = ["mix.exs", "mix.lock"]
|
||||
indent = { tab-width = 2, unit = " " }
|
||||
|
||||
[[grammar]]
|
||||
@ -1299,12 +1299,12 @@ name = "heex"
|
||||
scope = "source.heex"
|
||||
injection-regex = "heex"
|
||||
file-types = ["heex"]
|
||||
roots = []
|
||||
roots = ["mix.exs", "mix.lock"]
|
||||
indent = { tab-width = 2, unit = " " }
|
||||
|
||||
[[grammar]]
|
||||
name = "heex"
|
||||
source = { git = "https://github.com/phoenixframework/tree-sitter-heex", rev = "961bc4d2937cfd24ceb0a5a6b2da607809f8822e" }
|
||||
source = { git = "https://github.com/phoenixframework/tree-sitter-heex", rev = "881f1c805f51485a26ecd7865d15c9ef8d606a78" }
|
||||
|
||||
[[language]]
|
||||
name = "sql"
|
||||
|
Loading…
Reference in New Issue
Block a user