wozers
This commit is contained in:
parent
ef678f31fd
commit
e830931ff4
41 changed files with 253 additions and 268 deletions
|
|
@ -1,4 +1,4 @@
|
|||
require('core.snippets.shorthands')
|
||||
dofile(core.snippets)
|
||||
|
||||
return {
|
||||
-- function snippet
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
require("core.snippets.shorthands")
|
||||
require("core.snippets.functions")
|
||||
dofile(core.snippets)
|
||||
|
||||
--- shortcut to choose between java access modifiers
|
||||
---@param idx number index of the node
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
require("core.snippets.shorthands")
|
||||
require("core.snippets.functions")
|
||||
dofile(core.snippets)
|
||||
|
||||
return {
|
||||
-- header level 1, usually this has the same name as the file
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
require("core.snippets.shorthands")
|
||||
dofile(core.snippets)
|
||||
|
||||
return {
|
||||
-- translate snippet
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
require("core.snippets.shorthands")
|
||||
dofile(core.snippets)
|
||||
|
||||
return {
|
||||
s("php", {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
require("core.snippets.shorthands")
|
||||
require("core.snippets.functions")
|
||||
dofile(core.snippets)
|
||||
|
||||
return {
|
||||
-- document snippet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue