1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-14 11:15:57 +00:00

Editor pane looks finished, injecting snippet text is workign and snippet group structure done

This commit is contained in:
Scott Tolksdorf
2016-05-06 13:59:41 -04:00
parent c418ea5b42
commit ad02f99ebe
7 changed files with 192 additions and 115 deletions

View File

@@ -163,7 +163,12 @@ module.exports = [
{
name : 'Spell',
icon : 'fa-magic',
snippet : SpellGen
gen : SpellGen
},
{
name : 'Test',
icon : 'fa-rocket',
gen : function(){ return "TEST"}
}
]
},
@@ -174,7 +179,7 @@ module.exports = [
{
name : 'Spell',
icon : 'fa-magic',
snippet : SpellGen
gen : SpellGen
}
]
},
@@ -185,7 +190,7 @@ module.exports = [
{
name : 'Spell',
icon : 'fa-magic',
snippet : SpellGen
gen : SpellGen
}
]
},