diff options
| author | Alex Leferry 2 <alexherbo2@gmail.com> | 2019-03-18 19:56:34 +0100 |
|---|---|---|
| committer | Alex Leferry 2 <alexherbo2@gmail.com> | 2019-03-21 01:06:16 +0100 |
| commit | c0dccdd90dd615cf663d95fd94fbdbdf2a88b165 (patch) | |
| tree | cb48fb1b7fb74e6e3b98a62f6e2768686bb75c98 /test/indent/ruby | |
| parent | f87e844244d5ee81e9c1ceb04c354726002ae760 (diff) | |
Add categories in rc/
Closes #2783
Diffstat (limited to 'test/indent/ruby')
| -rw-r--r-- | test/indent/ruby/following-blocks-should-not-prevent-end/rc | 2 | ||||
| -rw-r--r-- | test/indent/ruby/indent-after-class/rc | 2 | ||||
| -rw-r--r-- | test/indent/ruby/method-definition-shouldnt-duplicate/rc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/test/indent/ruby/following-blocks-should-not-prevent-end/rc b/test/indent/ruby/following-blocks-should-not-prevent-end/rc index d4fadeea..934f7e83 100644 --- a/test/indent/ruby/following-blocks-should-not-prevent-end/rc +++ b/test/indent/ruby/following-blocks-should-not-prevent-end/rc @@ -1,3 +1,3 @@ source "%val{runtime}/colors/default.kak" -source "%val{runtime}/rc/base/ruby.kak" +source "%val{runtime}/rc/filetype/ruby.kak" set buffer filetype ruby diff --git a/test/indent/ruby/indent-after-class/rc b/test/indent/ruby/indent-after-class/rc index d4fadeea..934f7e83 100644 --- a/test/indent/ruby/indent-after-class/rc +++ b/test/indent/ruby/indent-after-class/rc @@ -1,3 +1,3 @@ source "%val{runtime}/colors/default.kak" -source "%val{runtime}/rc/base/ruby.kak" +source "%val{runtime}/rc/filetype/ruby.kak" set buffer filetype ruby diff --git a/test/indent/ruby/method-definition-shouldnt-duplicate/rc b/test/indent/ruby/method-definition-shouldnt-duplicate/rc index d4fadeea..934f7e83 100644 --- a/test/indent/ruby/method-definition-shouldnt-duplicate/rc +++ b/test/indent/ruby/method-definition-shouldnt-duplicate/rc @@ -1,3 +1,3 @@ source "%val{runtime}/colors/default.kak" -source "%val{runtime}/rc/base/ruby.kak" +source "%val{runtime}/rc/filetype/ruby.kak" set buffer filetype ruby |
