Skip to content
This repository was archived by the owner on Apr 16, 2026. It is now read-only.

Commit 7069185

Browse files
Hector Oswaldo Caballeromarijnh
authored andcommitted
[meta] Include new ASN.1, TTCN and TTCN-CFG modes
1 parent 9e4e844 commit 7069185

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

mode/meta.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
CodeMirror.modeInfo = [
1515
{name: "APL", mime: "text/apl", mode: "apl", ext: ["dyalog", "apl"]},
1616
{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"]},
1718
{name: "Asterisk", mime: "text/x-asterisk", mode: "asterisk", file: /^extensions\.conf$/i},
1819
{name: "C", mime: "text/x-csrc", mode: "clike", ext: ["c", "h"]},
1920
{name: "C++", mime: "text/x-c++src", mode: "clike", ext: ["cpp", "c++", "cc", "cxx", "hpp", "h++", "hh", "hxx"], alias: ["cpp"]},
@@ -124,6 +125,8 @@
124125
{name: "TOML", mime: "text/x-toml", mode: "toml", ext: ["toml"]},
125126
{name: "Tornado", mime: "text/x-tornado", mode: "tornado"},
126127
{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"]},
127130
{name: "Turtle", mime: "text/turtle", mode: "turtle", ext: ["ttl"]},
128131
{name: "TypeScript", mime: "application/typescript", mode: "javascript", ext: ["ts"], alias: ["ts"]},
129132
{name: "VB.NET", mime: "text/x-vb", mode: "vb", ext: ["vb"]},

0 commit comments

Comments
 (0)