rename from cfml to Coldfusion
This commit is contained in:
parent
52d19ba9cf
commit
4e778df37b
|
@ -35,7 +35,7 @@ module.exports = class PrettyDiff extends Beautifier
|
||||||
]
|
]
|
||||||
# Apply language-specific options
|
# Apply language-specific options
|
||||||
CSV: true
|
CSV: true
|
||||||
CFML: true
|
Coldfusion: true
|
||||||
ERB: true
|
ERB: true
|
||||||
EJS: true
|
EJS: true
|
||||||
HTML: true
|
HTML: true
|
||||||
|
@ -66,7 +66,7 @@ module.exports = class PrettyDiff extends Beautifier
|
||||||
switch language
|
switch language
|
||||||
when "CSV"
|
when "CSV"
|
||||||
lang = "csv"
|
lang = "csv"
|
||||||
when "CFML"
|
when "Coldfusion"
|
||||||
lang = "html"
|
lang = "html"
|
||||||
when "EJS", "Twig"
|
when "EJS", "Twig"
|
||||||
lang = "ejs"
|
lang = "ejs"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
|
||||||
name: "CFML"
|
name: "Coldfusion"
|
||||||
description: "Coldfusion Markup; cfscript is also handled via the prettydiff javascript parser"
|
description: "Coldfusion Markup; cfscript is also handled via the prettydiff javascript parser"
|
||||||
namespace: "cfml"
|
namespace: "cfml"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue