Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Add syntax wirings for .scala, .sbt, .properties, and .ini
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Scott authored and Narciso Jaramillo committed Jul 18, 2013
1 parent b7b5037 commit f03b4b6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/language/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"lineComment": ["//"]
},

"properties": {
"name": "Properties",
"mode": ["properties", "text/x-properties"],
"fileExtensions": ["ini", "properties"]
},

"css": {
"name": "CSS",
"mode": "css",
Expand Down Expand Up @@ -106,6 +112,18 @@
"fileExtensions": ["java"]
},

"scala": {
"name": "Scala",
"mode": ["clike", "text/x-scala"],
"fileExtensions": ["scala"]
},

"sbt": {
"name": "SBT",
"mode": ["clike", "text/x-scala"],
"fileExtensions": ["sbt"]
},

"coffeescript": {
"name": "CoffeeScript",
"mode": "coffeescript",
Expand Down

0 comments on commit f03b4b6

Please sign in to comment.