aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/examples/x.lua
blob: 7172c85d20580fa93e820cfe76fd809c03ec07e0 (plain)
1
2
3
4
5
6
--[[ Block
comment ]]
function first()
   -- Comment
   func(SCI_ANNOTATIONSETTEXT, 'a', 0, "LINE1")
end