Create coldfusion.coffee
This commit is contained in:
parent
29a0461467
commit
5c88e0ace9
|
@ -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: []
|
||||
|
||||
}
|
Loading…
Reference in New Issue