Move zed::languages to separate crate
This commit is contained in:
parent
8375eea546
commit
fdbf32b11c
293 changed files with 194 additions and 111 deletions
6
crates/languages/src/elixir/indents.scm
Normal file
6
crates/languages/src/elixir/indents.scm
Normal file
|
@ -0,0 +1,6 @@
|
|||
(call) @indent
|
||||
|
||||
(_ "[" "]" @end) @indent
|
||||
(_ "{" "}" @end) @indent
|
||||
(_ "(" ")" @end) @indent
|
||||
(_ "do" "end" @end) @indent
|
Loading…
Add table
Add a link
Reference in a new issue