mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-01 17:22:42 +00:00
Add HTML Comment Hotkey
Resubmission of #1492 from new clone (old clone was deleted).
This commit is contained in:
@@ -113,6 +113,13 @@ module.exports = [
|
||||
' }\n' +
|
||||
'</style>'
|
||||
},
|
||||
{
|
||||
name : 'Add Comment',
|
||||
icon : 'fas fa-comment-code', /* might need to be fa-solid fa-comment-code --not sure, Gazook */
|
||||
gen : dedent`\n
|
||||
<!-- Add a comment to your code here. Hotkey Ctrl/Cmd \\ -->
|
||||
\n`
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
|
||||
@@ -100,6 +100,13 @@ module.exports = [
|
||||
' }\n' +
|
||||
'</style>'
|
||||
},
|
||||
{
|
||||
name : 'Add Comment',
|
||||
icon : 'fas fa-comment-code', /* might need to be fa-solid fa-comment-code --not sure, Gazook */
|
||||
gen : dedent`\n
|
||||
<!-- Add a comment to your code here. Hotkey Ctrl/Cmd \\ -->
|
||||
\n`
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user