mirror of
https://github.com/XAMPPRocky/tokei.git
synced 2026-05-28 00:20:57 +02:00
dae2bcdfed
* Added Elvish language. https://elvish.io * Added test for Elvish.
17 lines
240 B
Plaintext
17 lines
240 B
Plaintext
# 16 lines, 9 code, 5 blanks, 2 comments
|
|
echo "This is a
|
|
multiline string
|
|
# with a hash
|
|
in it."
|
|
|
|
echo 'This is a single-quoted string.'
|
|
|
|
# This is a comment.
|
|
|
|
use re
|
|
|
|
edit:after-readline = [
|
|
[line]{ print "\e]2;"$line"\a" > /dev/tty }
|
|
]
|
|
|