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 Sep 6, 2021. It is now read-only.
In the edge case described in codemirror/codemirror5#4785, JavaScript will no longer have syntax highlighting for the rest of the file. This bug was fixed in CodeMirror 5.27.0 and later.
Description
In the edge case described in codemirror/codemirror5#4785, JavaScript will no longer have syntax highlighting for the rest of the file. This bug was fixed in CodeMirror 5.27.0 and later.
Steps to Reproduce
Copy an example from codemirror/codemirror5#4785 into file in the latest version of Brackets.
Expected behavior: The syntax highlighting should work for the whole file.
Actual behavior: The syntax highlighting breaks for the rest of the file below that particular code example.
Versions
Brackets Release 1.10 build 1.10.0-17483
The text was updated successfully, but these errors were encountered: