ajaxorg/ace

CFML CFC support

开放

#2,305 创建于 2015年1月9日

 (15 条评论) (2 个反应) (0 位负责人)JavaScript (5,252 个派生)batch import
feature-requestgood first issuehelp-wantedmode-requestno-autoclosep2

仓库指标

星标
 (26,357 个星标)
PR 合并指标
 (平均合并 29天 17小时) (30 天内合并 4 个 PR)

描述

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

贡献者指南