diff options
| author | nyamatongwe <devnull@localhost> | 2013-04-05 16:35:00 +1100 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2013-04-05 16:35:00 +1100 |
| commit | b8d5c125b6531fe3113c13fda2ffd2b8c5564600 (patch) | |
| tree | 22789e4340242d12a1bd2f6bcdb436ae5346a484 /test/examples/x.lua.styled | |
| parent | c13ae940e76493c5473f62a1d7a4b05f7be6ff03 (diff) | |
| download | scintilla-mirror-b8d5c125b6531fe3113c13fda2ffd2b8c5564600.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} |
