|
14 | 14 | CodeMirror.modeInfo = [ |
15 | 15 | {name: "APL", mime: "text/apl", mode: "apl", ext: ["dyalog", "apl"]}, |
16 | 16 | {name: "PGP", mimes: ["application/pgp", "application/pgp-keys", "application/pgp-signature"], mode: "asciiarmor", ext: ["pgp"]}, |
| 17 | + {name: "ASN.1", mime: "text/x-ttcn-asn", mode: "asn.1", ext: ["asn, asn1"]}, |
17 | 18 | {name: "Asterisk", mime: "text/x-asterisk", mode: "asterisk", file: /^extensions\.conf$/i}, |
18 | 19 | {name: "C", mime: "text/x-csrc", mode: "clike", ext: ["c", "h"]}, |
19 | 20 | {name: "C++", mime: "text/x-c++src", mode: "clike", ext: ["cpp", "c++", "cc", "cxx", "hpp", "h++", "hh", "hxx"], alias: ["cpp"]}, |
|
124 | 125 | {name: "TOML", mime: "text/x-toml", mode: "toml", ext: ["toml"]}, |
125 | 126 | {name: "Tornado", mime: "text/x-tornado", mode: "tornado"}, |
126 | 127 | {name: "troff", mime: "troff", mode: "troff", ext: ["1", "2", "3", "4", "5", "6", "7", "8", "9"]}, |
| 128 | + {name: "TTCN", mime: "text/x-ttcn", mode: "ttcn", ext: ["ttcn", "ttcn3", "ttcnpp"]}, |
| 129 | + {name: "TTCN_CFG", mime: "text/x-ttcn-cfg", mode: "ttcn-cfg", ext: ["cfg"]}, |
127 | 130 | {name: "Turtle", mime: "text/turtle", mode: "turtle", ext: ["ttl"]}, |
128 | 131 | {name: "TypeScript", mime: "application/typescript", mode: "javascript", ext: ["ts"], alias: ["ts"]}, |
129 | 132 | {name: "VB.NET", mime: "text/x-vb", mode: "vb", ext: ["vb"]}, |
|
0 commit comments