diff options
| author | Maxime Coste <mawww@kakoune.org> | 2020-01-20 07:09:14 +1100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2020-01-20 07:09:14 +1100 |
| commit | da1320eda223a08a8b16247259cfb145fef37e89 (patch) | |
| tree | 7fa789979a9ba096727380f66925c2707ca79eff | |
| parent | fcf682e74f62132f974468f94ff0f902b62f4b67 (diff) | |
| parent | c13e123096dfab02aecce7737b39a5c8940a832f (diff) | |
Merge remote-tracking branch 'alexherbo2/crystal'
| -rw-r--r-- | rc/filetype/crystal.kak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/filetype/crystal.kak b/rc/filetype/crystal.kak index ed7a235a..839830f8 100644 --- a/rc/filetype/crystal.kak +++ b/rc/filetype/crystal.kak @@ -8,7 +8,7 @@ hook global BufCreate '.*\.cr' %{ hook global WinSetOption filetype=crystal %{ require-module crystal evaluate-commands set-option window static_words %opt(crystal_keywords) %opt(crystal_attributes) %opt(crystal_objects) - add-highlighter window/ ref crystal + add-highlighter window/crystal ref crystal hook -group crystal window InsertChar '\n' crystal-new-line-inserted hook -always -once window WinSetOption filetype=.* %{ remove-highlighter window/crystal |
