Skip to content

Commit

Permalink
Support Textile
Browse files Browse the repository at this point in the history
* LANGUAGES.md: Add a new item.
* examples/language/textile.textile: New file.
* languages.json (Textile): Configuration for Textile.
  • Loading branch information
shynur committed Jul 28, 2023
1 parent fe1152e commit 251e3a4
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions LANGUAGES.md
Expand Up @@ -239,6 +239,7 @@ TCL (tcl)
Teal (teal)
Terraform (tf,tf.json)
TeX (tex,sty)
Textile (textile)
Thrift (thrift)
TL (tl)
TOML (toml)
Expand Down
9 changes: 9 additions & 0 deletions examples/language/textile.textile
@@ -0,0 +1,9 @@
###. -*- mode: textile; -*-

See ["Textile":https://textile-lang.com].

###.. ////////////////
// Local Variables:
// coding: utf-8-unix
// End:
//////////////////////
16 changes: 16 additions & 0 deletions languages.json
Expand Up @@ -7056,6 +7056,22 @@
"multi_line": [],
"quotes": []
},
"Textile": {
"complexitychecks": [],
"extensions": [
"textile"
],
"line_comment": [
"###. "
],
"multi_line": [
[
"###.. ",
"p. "
]
],
"quotes": []
},
"Thrift": {
"complexitychecks": [],
"extensions": [
Expand Down

0 comments on commit 251e3a4

Please sign in to comment.