mirror of
https://github.com/documize/community.git
synced 2025-07-25 08:09:43 +02:00
CodeMirror upgrade to 5.38.0
This commit is contained in:
parent
36be6243ad
commit
cfe30dcde5
52 changed files with 905 additions and 413 deletions
3
gui/public/codemirror/mode/css/test.js
vendored
3
gui/public/codemirror/mode/css/test.js
vendored
|
@ -24,6 +24,9 @@
|
|||
MT("atMediaUnknownFeatureValueKeyword",
|
||||
"[def @media] ([property orientation]: [error upsidedown]) { }");
|
||||
|
||||
MT("atMediaUppercase",
|
||||
"[def @MEDIA] ([property orienTAtion]: [keyword landScape]) { }");
|
||||
|
||||
MT("tagSelector",
|
||||
"[tag foo] { }");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue