ajaxorg/ace

CFML CFC support

Open

#2,305 opened on Jan 9, 2015

View on GitHub
 (15 comments) (2 reactions) (0 assignees)JavaScript (5,252 forks)batch import
feature-requestgood first issuehelp-wantedmode-requestno-autoclosep2

Repository metrics

Stars
 (26,357 stars)
PR merge metrics
 (Avg merge 29d 17h) (4 merged PRs in 30d)

Description

Cloud9's CFML support does not recognize the CFC extension (ColdFusion Component). CFCs can have tags in them like this:

https://github.com/ColdBox/coldbox-platform/blob/3.8.1/system/web/Controller.cfc

or FULL script like this version of the same component:

https://github.com/ColdBox/coldbox-platform/blob/development/system/web/Controller.cfc

Contributor guide