Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EJS syntax highlighting bug #130

Open
philuchansky opened this issue Mar 10, 2016 · 1 comment
Open

EJS syntax highlighting bug #130

philuchansky opened this issue Mar 10, 2016 · 1 comment

Comments

@philuchansky
Copy link

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:

screen shot 2016-03-10 at 12 34 08 pm

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.

@philuchansky
Copy link
Author

Current workaround is to open a .ejs file, then navigate to View -> Syntax -> Open All With Current Extension As -> HTML

screen shot 2016-03-10 at 12 42 11 pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant