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 | |
parent | ba55d1ef8eb99d5ff2499ce38b4f8f7118d7eb57 (diff) | |
download | scintilla-mirror-8d4bcadddaf9d32d0bd1987c62e5c01ab557e38e.tar.gz |
Added test for Lua lexer.
Diffstat (limited to 'test/examples/x.lua')
-rw-r--r-- | test/examples/x.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/examples/x.lua b/test/examples/x.lua new file mode 100644 index 000000000..7172c85d2 --- /dev/null +++ b/test/examples/x.lua @@ -0,0 +1,6 @@ +--[[ Block
+comment ]]
+function first()
+ -- Comment
+ func(SCI_ANNOTATIONSETTEXT, 'a', 0, "LINE1")
+end
|