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
In the sample above, :setf javascript renders the \n using a color that differs from the surrounding string, indicating that it is an escape sequence, and not a literal '' followed by a literal 'n'. With :setf json, however, keys are always rendered using one color, hiding the fact that an escape sequence is being used.
The text was updated successfully, but these errors were encountered:
Sample file:
In the sample above,
:setf javascript
renders the\n
using a color that differs from the surrounding string, indicating that it is an escape sequence, and not a literal '' followed by a literal 'n'. With:setf json
, however, keys are always rendered using one color, hiding the fact that an escape sequence is being used.The text was updated successfully, but these errors were encountered: