##// END OF EJS Templates
validate codemirror_mode
Min RK -
Show More
@@ -36,7 +36,10 b''
36 36 },
37 37 "codemirror_mode": {
38 38 "description": "The codemirror mode to use for code in this language.",
39 "type": "string"
39 "oneOf": [
40 {"type": "string"},
41 {"type": "object"}
42 ]
40 43 },
41 44 "file_extension": {
42 45 "description": "The file extension for files in this language.",
General Comments 0
You need to be logged in to leave comments. Login now