Improve lua snippet.
This commit is contained in:
parent
49ccfb3791
commit
bda2f8ae64
@ -31,3 +31,11 @@ abbr for k, v in ipairs(table) do
|
||||
print(k, v)
|
||||
end
|
||||
|
||||
snippet print
|
||||
alias p
|
||||
options head
|
||||
print(${0:TARGET})
|
||||
|
||||
snippet comment
|
||||
options head
|
||||
[[${0:TARGET}]]
|
||||
|
Loading…
Reference in New Issue
Block a user