1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-09-22 02:20:05 +03:00

Add Ruby indentation test

See https://github.com/mawww/kakoune/issues/1525#issuecomment-324571751.
This commit is contained in:
Alyssa Ross 2018-03-02 13:13:19 +00:00
parent 7a54c0edfe
commit 79af68843e
No known key found for this signature in database
GPG Key ID: 6CF064D149E3ABDB
4 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1 @@
c<ret><esc>O<esc>

View File

@ -0,0 +1 @@
class Test%( )

View File

@ -0,0 +1,4 @@
class Test
end

View File

@ -0,0 +1,3 @@
source "%val{runtime}/colors/default.kak"
source "%val{runtime}/rc/base/ruby.kak"
set buffer filetype ruby