diff options
author | nyamatongwe <unknown> | 2013-04-05 16:35:00 +1100 |
---|---|---|
committer | nyamatongwe <unknown> | 2013-04-05 16:35:00 +1100 |
commit | 8d4bcadddaf9d32d0bd1987c62e5c01ab557e38e (patch) | |
tree | 9c26b18d1f9a81c763e62327008458341b80a1eb /test/examples/x.lua.styled | |
parent | ba55d1ef8eb99d5ff2499ce38b4f8f7118d7eb57 (diff) | |
download | scintilla-mirror-8d4bcadddaf9d32d0bd1987c62e5c01ab557e38e.tar.gz |
Added test for Lua lexer.
Diffstat (limited to 'test/examples/x.lua.styled')
-rw-r--r-- | test/examples/x.lua.styled | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/examples/x.lua.styled b/test/examples/x.lua.styled new file mode 100644 index 000000000..d693279ff --- /dev/null +++ b/test/examples/x.lua.styled @@ -0,0 +1,6 @@ +{1}--[[ Block +comment ]]{0} +{5}function{0} {11}first{10}(){0} + {2}-- Comment +{0} {11}func{10}({11}SCI_ANNOTATIONSETTEXT{10},{0} {7}'a'{10},{0} {4}0{10},{0} {6}"LINE1"{10}){0} +{5}end{0} |