We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f54ba10 commit dccaaa1Copy full SHA for dccaaa1
rc/coffee.kak
@@ -1,6 +1,8 @@
1
# http://coffeescript.org
2
# ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
3
4
+# require commenting.kak
5
+
6
# Detection
7
# ‾‾‾‾‾‾‾‾‾
8
@@ -78,6 +80,9 @@ hook global WinSetOption filetype=coffee %{
78
80
79
81
hook window InsertEnd .* -group coffee-hooks _coffee_filter_around_selections
82
hook window InsertChar \n -group coffee-indent _coffee_indent_on_new_line
83
84
+ set window comment_line_chars '#'
85
+ set window comment_selection_chars '###:###'
86
}
87
88
hook global WinSetOption filetype=(?!coffee).* %{
0 commit comments