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 | |
| parent | c13ae940e76493c5473f62a1d7a4b05f7be6ff03 (diff) | |
| download | scintilla-mirror-b8d5c125b6531fe3113c13fda2ffd2b8c5564600.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
|
