1
How do I make Notepad++ for example:
function test()
var=true
end
instead of
function test()
var=true
end
sorry I don’t know what to call this action,but whenever I start a function or something like, end
.
1
How do I make Notepad++ for example:
function test()
var=true
end
instead of
function test()
var=true
end
sorry I don’t know what to call this action,but whenever I start a function or something like, end
.
Browser other questions tagged lua text-editor notepad++
You are not signed in. Login or sign up in order to post.
I think what you’re looking for is code indentation, not all editors come with support for all languages. But there’s definitely a plugin for this++.
– Brumazzi DB
To add, Sublime Text has automatic indentation by default. There is a better Lua syntax than the S.T., Gmodlua standard. Maybe S.T. fits better as an editor. So far the only most complete in the matter of controlling the Home, End, and Tab keys, and the text selection is complete tbm. Now the moon’s syntax needs to be improved.
– Klaider