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
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Description
The syntax highlighting for JavaServer Pages is being thrown off by a JSTL string replace pattern that consists of an escaped single quote:
The problem is with the
'\\''
segment.Steps to Reproduce
Expected behavior: [What you expect to happen]
The syntax highlighting rules should catch the mismatched single quotes and ignore them.
Actual behavior: [What actually happens]
The odd number of single quotes confuses the syntax highlighter, and it treats any successive lines in the file as being string values.
Reproduces how often: [What percentage of the time does it reproduce?]
100%
Versions
Atom 1.15.0 x64
Running on OS X 10.11.6
The text was updated successfully, but these errors were encountered: