Skip to content

Commit 8b9066a

Browse files
Dominator008marijnh
authored andcommitted
Nit: add semicolons to the end of several modes.
Fixes codemirror#3842.
1 parent caed330 commit 8b9066a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

mode/haskell-literate/haskell-literate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@
4040
}, "haskell")
4141

4242
CodeMirror.defineMIME("text/x-literate-haskell", "haskell-literate")
43-
})
43+
});

mode/jsx/jsx.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,4 @@
144144
}, "xml", "javascript")
145145

146146
CodeMirror.defineMIME("text/jsx", "jsx")
147-
})
147+
});

mode/swift/swift.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,4 +199,4 @@
199199
})
200200

201201
CodeMirror.defineMIME("text/x-swift","swift")
202-
})
202+
});

mode/yaml-frontmatter/yaml-frontmatter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@
6565
}
6666
}
6767
})
68-
})
68+
});

0 commit comments

Comments
 (0)