Created
October 8, 2024 21:59
-
-
Save bobmagicii/17f001784dd04843de0df939e8b4d85c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"Atlantis Surface Area Objects": { | |
"scope": "php, html", | |
"prefix": "--atlantis-areadoc", | |
"body": [ | |
"use Nether\\Atlantis;", | |
"use Nether\\Avenue;", | |
"use Nether\\Common;", | |
"use Nether\\Database;", | |
"use Nether\\Surface;", | |
"use Nether\\User;", | |
"", | |
"/**", | |
" * @var Atlantis\\Engine \\$App", | |
" * @var Atlantis\\Struct\\TemplateHelper \\$Util", | |
" * @var Avenue\\Router \\$Router", | |
" * @var Surface\\Engine \\$Surface", | |
" * @var User\\EntitySession \\$User", | |
" *", | |
" * @var Atlantis\\PublicWeb \\$Route", | |
" * ...", | |
" */" | |
] | |
}, | |
"Atlantis Prototype Find Methods": { | |
"scope": "php", | |
"prefix": "--atlantis-find-methods", | |
"body": [ | |
"static protected function", | |
"FindExtendOptions(Common\\Datastore \\$Input):", | |
"void {", | |
"\t", | |
"\treturn;", | |
"}", | |
"", | |
"static protected function", | |
"FindExtendFilters(Database\\Verse \\$SQL, Common\\Datastore \\$Input):", | |
"void {", | |
"\t", | |
"\treturn;", | |
"}", | |
"", | |
"static protected function", | |
"FindExtendSorts(Database\\Verse \\$SQL, Common\\Datastore \\$Input):", | |
"void {", | |
"\t", | |
"\treturn;", | |
"}", | |
] | |
}, | |
"Atlantis Theme Util Helper": { | |
"scope": "php, html", | |
"prefix": "$Util", | |
"body": [ | |
"\\$Util->$0" | |
] | |
}, | |
"Atlantis Theme Util Helper Wrapped": { | |
"scope": "php, html", | |
"prefix": "$$Util", | |
"body": [ | |
"<?php \\$Util->$0 ?>" | |
] | |
}, | |
"Eight Note Measure": { | |
"scope": "php, js, ts", | |
"prefix": "hr8", | |
"body": [ | |
"////////", | |
"" | |
] | |
}, | |
"Eight Measure Stanza": { | |
"scope": "php, js, ts", | |
"prefix": "hrsep", | |
"body": [ | |
"////////////////////////////////////////////////////////////////", | |
"////////////////////////////////////////////////////////////////", | |
"" | |
] | |
}, | |
"Eighty Note Stanza": { | |
"scope": "php, js, ts", | |
"prefix": "hrwide", | |
"body": [ | |
"////////////////////////////////////////////////////////////////////////////////", | |
"////////////////////////////////////////////////////////////////////////////////", | |
"" | |
] | |
}, | |
"Nether PHP Brick1 Open": { | |
"prefix": "np1a", | |
"body": [ | |
"<?php ##########################################################################", | |
"################################################################################", | |
"", | |
"$0", | |
"", | |
"################################################################################", | |
"################################################################################" | |
] | |
}, | |
"Nether PHP Brick1 Bar": { | |
"scope": "php, js, ts", | |
"prefix": "np1b", | |
"body": [ | |
"################################################################################", | |
"################################################################################", | |
"", | |
"$0", | |
"" | |
] | |
}, | |
"Nether PHP Brick1 Close": { | |
"prefix": "np1c", | |
"body": [ | |
"################################################################################", | |
"############################################################################# ?>" | |
] | |
}, | |
"Nether PHP Brick2 Open": { | |
"prefix": "np2a", | |
"body": [ | |
"<?php //////////////////////////////////////////////////////////////////////////", | |
"////////////////////////////////////////////////////////////////////////////////", | |
"", | |
"$0", | |
"" | |
] | |
}, | |
"Nether PHP Brick2 Bar": { | |
"scope": "php, js, ts", | |
"prefix": "np2b", | |
"body": [ | |
"////////////////////////////////////////////////////////////////////////////////", | |
"////////////////////////////////////////////////////////////////////////////////", | |
"", | |
"$0", | |
"" | |
] | |
}, | |
"Nether PHP Brick2 Close": { | |
"prefix": "np2c", | |
"body": [ | |
"////////////////////////////////////////////////////////////////////////////////", | |
"///////////////////////////////////////////////////////////////////////////// ?>", | |
"", | |
"$0", | |
"" | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment