Add more tests for "do" auto-insert
This commit is contained in:
parent
8867e40929
commit
785f7fe9ed
|
@ -0,0 +1 @@
|
||||||
|
c<ret><esc>
|
|
@ -0,0 +1,4 @@
|
||||||
|
def foo() do%( )
|
||||||
|
|
||||||
|
def bar() do
|
||||||
|
end
|
|
@ -0,0 +1,6 @@
|
||||||
|
def foo() do
|
||||||
|
|
||||||
|
end
|
||||||
|
|
||||||
|
def bar() do
|
||||||
|
end
|
|
@ -0,0 +1,3 @@
|
||||||
|
source "%val{runtime}/colors/default.kak"
|
||||||
|
source "%val{runtime}/rc/filetype/elixir.kak"
|
||||||
|
set buffer filetype elixir
|
|
@ -0,0 +1 @@
|
||||||
|
c<ret><esc>
|
|
@ -0,0 +1,3 @@
|
||||||
|
defmodule Module do
|
||||||
|
def test do%( )
|
||||||
|
end
|
|
@ -0,0 +1,5 @@
|
||||||
|
defmodule Module do
|
||||||
|
def test do
|
||||||
|
|
||||||
|
end
|
||||||
|
end
|
|
@ -0,0 +1,3 @@
|
||||||
|
source "%val{runtime}/colors/default.kak"
|
||||||
|
source "%val{runtime}/rc/filetype/elixir.kak"
|
||||||
|
set buffer filetype elixir
|
Loading…
Reference in New Issue
Block a user