Skip to content

Commit

Permalink
Merge git://github.com/knubie/kakoune
Browse files Browse the repository at this point in the history
  • Loading branch information
mawww committed Jan 10, 2017
2 parents 4cfa406 + bedf0c7 commit faa18b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rc/base/ruby.kak
Expand Up @@ -56,7 +56,7 @@ add-highlighter -group /ruby/code regex \b([A-Za-z]\w*:(?=[^:]))|([$@][A-Za-z]\w
keywords="${keywords}|rescue|retry|return|self|super|then|true|undef|unless|until|when|while|yield" keywords="${keywords}|rescue|retry|return|self|super|then|true|undef|unless|until|when|while|yield"
attributes="attr_reader|attr_writer|attr_accessor" attributes="attr_reader|attr_writer|attr_accessor"
values="false|true|nil" values="false|true|nil"
meta="require|include" meta="require|include|extend"
# Add the language's grammar to the static completion list # Add the language's grammar to the static completion list
printf %s\\n "hook global WinSetOption filetype=ruby %{ printf %s\\n "hook global WinSetOption filetype=ruby %{
Expand Down

0 comments on commit faa18b3

Please sign in to comment.