Move zed::languages to separate crate

This commit is contained in:
Piotr Osiewicz 2024-02-23 12:46:01 +01:00
parent 8375eea546
commit fdbf32b11c
293 changed files with 194 additions and 111 deletions

View file

@ -0,0 +1,6 @@
(call) @indent
(_ "[" "]" @end) @indent
(_ "{" "}" @end) @indent
(_ "(" ")" @end) @indent
(_ "do" "end" @end) @indent