wozers
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user