Sublime Text HTML+JSP indent issue
I encountered an indentation issue while combining html and jsp tags.
Steps to reproduce:
File > New File (Ctrl+N)
View > Syntax > Java > Java Server Page (JSP)
Paste the following code:
0}">
a
Select all the content (Ctrl+A) and run Ctrl+Shift+P > Indentation:
Reindent Lines
The result is:
0}">
a
Tested running Build 3047 under Windows 7 x64.
Any clues?
No comments:
Post a Comment