Skip to content
This repository was archived by the owner on Apr 22, 2020. It is now read-only.

Commit 88303bb

Browse files
applied St33lD13hl's fixfor issue 112
1 parent 11fd938 commit 88303bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lang-vhdl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PR.registerLangHandler(
1212
PR.createSimpleLexer(
1313
[
1414
// Whitespace
15-
[PR.PR_PLAIN, /^[\t\n\r \xA0]+/, null, '\t\n\r \xA0'],
15+
[PR.PR_PLAIN, /^[\t\n\r \xA0]+/, null, '\t\n\r \xA0']
1616
],
1717
[
1818
// String, character or bit string

0 commit comments

Comments
 (0)