Skip to content

Conversation

JamoCA
Copy link

@JamoCA JamoCA commented Jul 5, 2025

Requested here and now submitting a PR.
#3089 (comment)

JamoCA added 2 commits July 4, 2025 17:37
Added support for CFML (cfc/cfm) and BoxLang (bx/bxm/bxs)
Update default_types.rs to support ColdFusion/CFML and BoxLang
@@ -39,6 +40,7 @@ pub(crate) const DEFAULT_TYPES: &[(&[&str], &[&str])] = &[
(&["carp"], &["*.carp"]),
(&["cbor"], &["*.cbor"]),
(&["ceylon"], &["*.ceylon"]),
(&["cfml"], &["*.[Cc][Ff][Cc]", "*.[Cc][Ff][Mm]"]),
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've changed this to *.cfc and *.cfm. It doesn't make sense for everyone using this file type to pay for case insensitive matching all of the time. For users where this matters, they can use the --glob-case-insensitive flag.

@BurntSushi BurntSushi added the rollup A PR that has been merged with many others in a rollup. label Aug 19, 2025
BurntSushi pushed a commit that referenced this pull request Aug 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rollup A PR that has been merged with many others in a rollup.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants