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.
That's because in our Editor._checkElectricChars function, we assume languages will only ever use the electric chars ([{, but CM has a per-mode electric chars option (currently only used by XML and Verilog).
The text was updated successfully, but these errors were encountered:
(taken from #8980 (comment). I created a new issue as XML/HTML is definitely more of a web language than Verilog)
brackets.json
and setcloseTags: false
test.xml
<name>
</name>
Then try steps 3-4 in http://codemirror.net/mode/xml/
Result:
Expected:
That's because in our
Editor._checkElectricChars
function, we assume languages will only ever use the electric chars([{
, but CM has a per-mode electric chars option (currently only used by XML and Verilog).The text was updated successfully, but these errors were encountered: