diff --git a/LANGUAGES.md b/LANGUAGES.md index 6c1d2908..c3d91493 100644 --- a/LANGUAGES.md +++ b/LANGUAGES.md @@ -239,6 +239,7 @@ TCL (tcl) Teal (teal) Terraform (tf,tf.json) TeX (tex,sty) +Textile (textile) Thrift (thrift) TL (tl) TOML (toml) diff --git a/examples/language/textile.textile b/examples/language/textile.textile new file mode 100644 index 00000000..3a975964 --- /dev/null +++ b/examples/language/textile.textile @@ -0,0 +1,9 @@ +###. -*- mode: textile; -*- + +See ["Textile":https://textile-lang.com]. + +###.. //////////////// +// Local Variables: +// coding: utf-8-unix +// End: +////////////////////// \ No newline at end of file diff --git a/languages.json b/languages.json index 381d9ba5..d7d8240f 100644 --- a/languages.json +++ b/languages.json @@ -7056,6 +7056,22 @@ "multi_line": [], "quotes": [] }, + "Textile": { + "complexitychecks": [], + "extensions": [ + "textile" + ], + "line_comment": [ + "###. " + ], + "multi_line": [ + [ + "###.. ", + "p. " + ] + ], + "quotes": [] + }, "Thrift": { "complexitychecks": [], "extensions": [