diff options
| author | Maxime Coste <mawww@kakoune.org> | 2022-03-21 21:04:55 +1100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2022-03-21 21:04:55 +1100 |
| commit | eae8ea8a548ef2bf9d02d542fe58b95dfce186a5 (patch) | |
| tree | 2f1129c6be9f44e2040dd30ea95ab2baf3f51e7b /rc/tools | |
| parent | 3667f8bb21c9dbca90e9894b313c3df4f865276c (diff) | |
| parent | 3a856ef57b433e6c0f11247d2b2193cf782eb3be (diff) | |
Merge remote-tracking branch 'krobelus/ini-hash-comments'
Diffstat (limited to 'rc/tools')
| -rw-r--r-- | rc/tools/comment.kak | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rc/tools/comment.kak b/rc/tools/comment.kak index 8d3ee798..1094fbba 100644 --- a/rc/tools/comment.kak +++ b/rc/tools/comment.kak @@ -45,6 +45,10 @@ hook global BufSetOption filetype=coffee %{ set-option buffer comment_block_end '###' } +hook global BufSetOption filetype=conf %{ + set-option buffer comment_line '#' +} + hook global BufSetOption filetype=css %{ set-option buffer comment_line '' set-option buffer comment_block_begin '/*' |
