From 69dae1ec1c5265e815c8b0fedff3399438e2e380 Mon Sep 17 00:00:00 2001 From: Richard Mahn Date: Fri, 22 Jul 2016 23:29:20 -0600 Subject: Added coding style modes to SimpleMDE (#3286) * Added coding style modes to SimpleMDE * Moved the CodeMirror addon from simplemd to codemirror directory --- .../codemirror-5.17.0/mode/swift/index.html | 88 ++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 public/plugins/codemirror-5.17.0/mode/swift/index.html (limited to 'public/plugins/codemirror-5.17.0/mode/swift/index.html') diff --git a/public/plugins/codemirror-5.17.0/mode/swift/index.html b/public/plugins/codemirror-5.17.0/mode/swift/index.html new file mode 100644 index 00000000..109f3fdb --- /dev/null +++ b/public/plugins/codemirror-5.17.0/mode/swift/index.html @@ -0,0 +1,88 @@ + + +CodeMirror: Swift mode + + + + + + + + + + +
+

Swift mode

+
+ + + +

A simple mode for Swift

+ +

MIME types defined: text/x-swift (Swift code)

+
-- cgit v1.2.3