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