You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using embedded javascript tags works well with the syntax highlighting, except for when EJS tags have nested HTML. (EJS syntax highlighting package is being used.)
Example, a for loop opening in one EJS tag, followed by HTML, followed by a closing curly to end the loop. See screenshot:
This screenshot taken on Mac OS X, Sublime Text 3 (Build 3103), with the following theme-specific user settings:
Using embedded javascript tags works well with the syntax highlighting, except for when EJS tags have nested HTML. (EJS syntax highlighting package is being used.)
Example, a for loop opening in one EJS tag, followed by HTML, followed by a closing curly to end the loop. See screenshot:
This screenshot taken on Mac OS X, Sublime Text 3 (Build 3103), with the following theme-specific user settings:
"color_scheme": "Packages/Predawn/predawn.tmTheme",
"theme": "predawn-DEV.sublime-theme",
"predawn_tabs_active_underline": true,
"predawn_tabs_small": true,
"predawn_sidebar_arrows": true,
"predawn_sidebar_small": true,
"predawn_findreplace_small": true,
"predawn_quick_panel_small": true,
This issue does not manifest using other themes.
The text was updated successfully, but these errors were encountered: