Skip to content

Add support for clojure language - #142

Draft
p14n wants to merge 1 commit into
cucumber:mainfrom
p14n:main
Draft

Add support for clojure language#142
p14n wants to merge 1 commit into
cucumber:mainfrom
p14n:main

Conversation

@p14n

@p14n p14n commented Jul 24, 2026

Copy link
Copy Markdown

🤔 What's changed?

Added support for the Clojure language.

⚡️ What's your motivation?

Currently, the Cucumber plugin in Vscode does not recognise step definitions written in clojure. This is the sedond step; and relies on the merge and release of cucumber/language-service#309. The final step will be:

cucumber/vscode — Add { scheme: 'file', language: 'clojure' } to documentSelector in src/extension.ts, and add .clj glue patterns to the defaults in package.json, and update dependencies.

No tests were added - there are no existing tests for other languages at this level.

🏷️ What kind of change is this?

  • ⚡ New feature (non-breaking change which adds new behaviour)

📋 Checklist:

  • I agree to respect and uphold the Cucumber Community Code of Conduct
  • I've changed the behaviour of the code
    • I have added/updated tests to cover my changes.
  • My change requires a change to the documentation.
    • I have updated the documentation accordingly.
  • Users should know about my change
    • I have added an entry to the "Unreleased" section of the CHANGELOG, linking to this pull request.

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