mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-03-29 16:28:10 +00:00
add some comments
This commit is contained in:
@@ -50,10 +50,5 @@ export const legacyCustomHighlightStyle = HighlightStyle.define([
|
||||
{ tag: tags.variableName, class: 'cm-variable' },
|
||||
{ tag: tags.invalid, class: 'cm-error' },
|
||||
{ tag: tags.comment, class: 'cm-comment' },
|
||||
|
||||
//custom tags
|
||||
|
||||
{ tag: customTags.pageLine, color: '#f0a' },
|
||||
{ tag: customTags.snippetLine, class: 'cm-snippetLine', color: '#0af' },
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user