@setoelkahfi / svara / commits / 900ad92

fix: attempt to hide bom character

mellbacon committed Aug 1, 2023 at 15:55 UTC 900ad92259343762ab9bd3d0a44275f8832b9ff0
1 file changed +1 -1
src/lib/Editor.svelte
+1 -1
@@ -46,7 +46,7 @@
46 extensions: [
47 lineNumbers(),
48 highlightActiveLineGutter(),
49 - highlightSpecialChars(),
49 + //highlightSpecialChars(), // disabled as an attempt to hide bom for now
50 highlightActiveLine(),
51 dropCursor(),
52 history(),