mirror of
https://github.com/XAMPPRocky/tokei.git
synced 2026-05-28 00:20:57 +02:00
616b0ae984
* Added Kakoune script. http://kakoune.org * Added test for Kakoune script.
14 lines
226 B
Kakoune
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.
|
|
|