diff options
author | Vincent Peugnet <33429034+vincent-peugnet@users.noreply.github.com> | 2020-04-10 15:09:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-10 15:09:42 +0200 |
commit | def7a991b0112f906fccf802587e8bc6b19bae29 (patch) | |
tree | 71867f5f98f04d3d46dc28c1f9fc6a7dc76b0c2d /assets | |
parent | 0e66e1d890ca775b50b43990a4d92c035c1eb5b2 (diff) | |
parent | 5420260c5e6757e2de76bce2265b01a58ae27067 (diff) | |
download | wcms-def7a991b0112f906fccf802587e8bc6b19bae29.tar.gz wcms-def7a991b0112f906fccf802587e8bc6b19bae29.zip |
Merge pull request #87 from n-peugnet/feat-codemirror-w-syntax
feat: Coloration for W synthax in CodeMirror
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/edit.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/css/edit.css b/assets/css/edit.css index c7fe67b..17465fa 100644 --- a/assets/css/edit.css +++ b/assets/css/edit.css @@ -379,6 +379,11 @@ div#showthumbnail img { cursor: text; } +/* CodeMirror Wcms mode */ +.cm-wcms { + color: red; +} + @media (max-width: 600px) { .bar, .hidephone { |