Merge git://github.com/knubie/kakoune

This commit is contained in:
Maxime Coste 2017-01-10 13:51:57 +00:00
commit faa18b3a8f

View File

@ -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 %{