Skip to content

Commit

Permalink
Merge pull request #399 from shynur/master
Browse files Browse the repository at this point in the history
Add support for Textile
  • Loading branch information
boyter committed Jul 30, 2023
2 parents fe1152e + 251e3a4 commit 7217810
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions LANGUAGES.md
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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 7217810

Please sign in to comment.