Skip to content

Commit b7bae95

Browse files
Kacarottkec
andauthored
[factor mode] Fix incorrect lineComment value
Co-authored-by: kec <[email protected]>
1 parent 793c9e6 commit b7bae95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mode/factor/factor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
// specific to simple modes.
7878
meta: {
7979
dontIndentStates: ["start", "vocabulary", "string", "string3", "stack"],
80-
lineComment: [ "!", "#!" ]
80+
lineComment: "!"
8181
}
8282
});
8383

0 commit comments

Comments
 (0)