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 --- public/plugins/codemirror-5.17.0/mode/css/gss.html | 103 +++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 public/plugins/codemirror-5.17.0/mode/css/gss.html (limited to 'public/plugins/codemirror-5.17.0/mode/css/gss.html') diff --git a/public/plugins/codemirror-5.17.0/mode/css/gss.html b/public/plugins/codemirror-5.17.0/mode/css/gss.html new file mode 100644 index 00000000..232fe8c1 --- /dev/null +++ b/public/plugins/codemirror-5.17.0/mode/css/gss.html @@ -0,0 +1,103 @@ + + +CodeMirror: Closure Stylesheets (GSS) mode + + + + + + + + + + + + +
+

Closure Stylesheets (GSS) mode

+
+ + +

A mode for Closure Stylesheets (GSS).

+

MIME type defined: text/x-gss.

+ +

Parsing/Highlighting Tests: normal, verbose.

+ +
-- cgit v1.2.3