Improve lua snippet.

This commit is contained in:
ujihisa 2013-07-14 12:37:30 -07:00
parent 49ccfb3791
commit bda2f8ae64

View File

@ -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}]]