From 3c1ecf1292fa5b55649fb9e8322a2188e81eab5c Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Tue, 21 Sep 2021 22:59:25 -0400 Subject: [PATCH] Fix merge --- .../editor/snippetbar/snippetsLegacy/snippets.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/client/homebrew/editor/snippetbar/snippetsLegacy/snippets.js b/client/homebrew/editor/snippetbar/snippetsLegacy/snippets.js index efae5c9e8..40c8405ac 100644 --- a/client/homebrew/editor/snippetbar/snippetsLegacy/snippets.js +++ b/client/homebrew/editor/snippetbar/snippetsLegacy/snippets.js @@ -204,6 +204,16 @@ module.exports = [ icon : 'fas fa-table', view : 'text', snippets : [ + { + name : 'Class Table', + icon : 'fas fa-table', + gen : ClassTableGen.full, + }, + { + name : 'Half Class Table', + icon : 'fas fa-list-alt', + gen : ClassTableGen.half, + }, { name : 'Table', icon : 'fas fa-th-list',