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

Added a snippet for half class table gen

This commit is contained in:
Scott Tolksdorf
2016-01-21 23:08:53 -05:00
committed by Scott
parent 69f8cdb402
commit c8b3a0f183
2 changed files with 107 additions and 74 deletions

View File

@@ -36,7 +36,7 @@ module.exports = [
},
{
tooltip : 'Table',
icon : 'fa-list',
icon : 'fa-th-list',
snippet : function(){
return [
"##### Cookie Tastiness",
@@ -58,7 +58,12 @@ module.exports = [
{
tooltip : "Class Table",
icon : 'fa-table',
snippet : ClassTableGen,
snippet : ClassTableGen.full,
},
{
tooltip : "Half Class Table",
icon : 'fa-list-alt',
snippet : ClassTableGen.half,
},
{
tooltip : "Column Break",