Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 9630b66

Browse files
committed
swap condition
1 parent 0880ec4 commit 9630b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/snippet-body-parser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const syntax = atom.config.get("snippets.snippetSyntax");
2-
const parserName = syntax === "LSP" ? "snippet-body" : "snippet-body-old";
2+
const parserName = syntax === "original" ? "snippet-body-old" : "snippet-body";
33

44
let parser
55
try {

0 commit comments

Comments
 (0)