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:
@@ -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
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user