Skip to content

Commit d44e950

Browse files
committed
Set syntax highlighting for coldfusion
1 parent f7e27eb commit d44e950

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

coldfusion.html.markdown

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ColdFusion is a scripting language for web development.
1313
_**C**old**F**usion **M**arkup **L**anguage_
1414
ColdFusion started as a tag-based language. Almost all functionality is available using tags.
1515

16-
```html
16+
```cfm
1717
<em>HTML tags have been provided for output readability</em>
1818
1919
<!--- Comments start with "<!---" and end with "--->" --->
@@ -232,7 +232,8 @@ ColdFusion started as a tag-based language. Almost all functionality is availabl
232232
<h1>Components</h1>
233233
234234
<em>Code for reference (Functions must return something to support IE)</em>
235-
235+
```
236+
```cfs
236237
<cfcomponent>
237238
<cfset this.hello = "Hello" />
238239
<cfset this.world = "world" />

0 commit comments

Comments
 (0)