diff options
author | Ken Moore <ken@pcbsd.org> | 2016-09-16 09:42:50 -0400 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2016-09-16 09:42:50 -0400 |
commit | 088eebf68aa06de3e9ec34ed9bbcc08625d44a9e (patch) | |
tree | f89c922dc781a72a03164270fb35feacc1ab138f /src-qt5/desktop-utils/lumina-textedit/tests/test.sh | |
parent | Fix up the highlighting of characters where the start character is already wi... (diff) | |
download | lumina-088eebf68aa06de3e9ec34ed9bbcc08625d44a9e.tar.gz lumina-088eebf68aa06de3e9ec34ed9bbcc08625d44a9e.tar.bz2 lumina-088eebf68aa06de3e9ec34ed9bbcc08625d44a9e.zip |
Add syntax highlighting for "shell" files (.sh)
Diffstat (limited to 'src-qt5/desktop-utils/lumina-textedit/tests/test.sh')
-rw-r--r-- | src-qt5/desktop-utils/lumina-textedit/tests/test.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src-qt5/desktop-utils/lumina-textedit/tests/test.sh b/src-qt5/desktop-utils/lumina-textedit/tests/test.sh new file mode 100644 index 00000000..8eb7450c --- /dev/null +++ b/src-qt5/desktop-utils/lumina-textedit/tests/test.sh @@ -0,0 +1,10 @@ +#!/bin/sh + +echo "some text" #with a comment +for i in ["a","b","c"] +do +echo ${i}withsometext +done + +variable$variable sdfgbuj +variable${variable}satoibnsoin |