mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-12-14 09:14:57 +01:00
8 lines
120 B
Lua
8 lines
120 B
Lua
--[[ coding:UTF-8
|
|
comment ]]
|
|
function first()
|
|
::開::
|
|
-- Comment
|
|
func(SCI_ANNOTATIONSETTEXT, 'a', 0, "LINE1")
|
|
end
|