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
I added some nice HTML snippets to the file, but I've a problem. The | in a snippet is used to be replaced with the cursor, but if you use || (or) in JS(or something else) it will be seen as the | for the cursor.
Not only in JS, but if you use conditional comments and you are doing something like this:
The | is also used to replace for the cursor.
I've tried to escape the character |, but that don't work.
The text was updated successfully, but these errors were encountered:
I added some nice HTML snippets to the file, but I've a problem. The | in a snippet is used to be replaced with the cursor, but if you use || (or) in JS(or something else) it will be seen as the | for the cursor.
Not only in JS, but if you use conditional comments and you are doing something like this:
The | is also used to replace for the cursor.
I've tried to escape the character |, but that don't work.
The text was updated successfully, but these errors were encountered: