Files
tokei-mirror/tests/data/kakoune_script.kak
notramo 616b0ae984 Added Kakoune script. (#204)
* Added Kakoune script.
http://kakoune.org

* Added test for Kakoune script.
2018-03-20 14:25:17 +00:00

14 lines
226 B
Kakoune

# 13 lines, 8 code, 2 comments, 3 blanks
hook global BufCreate (.*/)?(kakrc|.*.kak) %{
set-option buffer filetype kak
}
echo "This is a string".
echo 'This is a
multiline string
# with a hash
in it.'
# This is a comment.