Skip to content

Commit 38f7872

Browse files
committed
Fix md code highlighter
1 parent a7fe14f commit 38f7872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modes/markdown/mode.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
extends TextForgeMode
22

33
var code_regions: Array[Array] = [
4-
[Color.hex(0xb6f1bbff), "`", "`", true],
4+
[Color.hex(0xb6f1bbff), "`", "`", false],
55
[Color.hex(0xb6f1bbff), "```", "```", false],
66
]
77

0 commit comments

Comments
 (0)