Create coldfusion.coffee

This commit is contained in:
Bill Rawlinson 2015-12-18 11:08:00 -05:00
parent 29a0461467
commit 5c88e0ace9
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
module.exports = {
name: "CFML"
description: "Coldfusion Markup; cfscript is also handled via the prettydiff javascript parser"
namespace: "cfml"
###
Supported Grammars
###
grammars: [
"html"
]
###
Supported extensions
###
extensions: [
"cfm"
"cfml"
"cfc"
]
options: []
}