Skip to content

Add Camel language support#1337

Open
Kogler7 wants to merge 1 commit into
XAMPPRocky:masterfrom
Kogler7:add-camel-support
Open

Add Camel language support#1337
Kogler7 wants to merge 1 commit into
XAMPPRocky:masterfrom
Kogler7:add-camel-support

Conversation

@Kogler7
Copy link
Copy Markdown

@Kogler7 Kogler7 commented Mar 13, 2026

Summary

Add support for the Camel programming language.

Changes

  • languages.json: Added Camel language definition with:
    • Line comments: //
    • Multi-line comments: /* */
    • Quotes: double quotes " and single quotes '
    • File extension: .cml
  • tests/data/camel.cml: Added test file covering line comments, multi-line comments, and string literals.
  • README.md: Added Camel to the Supported Languages list.

Testing

  • cargo test --test accuracy camel passes
  • Manual verification: tokei tests/data/camel.cml correctly identifies and counts the file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant