Skip to content

Commit

Permalink
heex: upgrade grammar, add roots matching elixir (helix-editor#3959)
Browse files Browse the repository at this point in the history
  • Loading branch information
connorlay authored and Shekhinah Memmel committed Dec 11, 2022
1 parent f83e71d commit 8f6ac8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand All @@ -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"
Expand Down

0 comments on commit 8f6ac8c

Please sign in to comment.