-
-
Notifications
You must be signed in to change notification settings - Fork 236
feat(perl-mode): add perl language mode with LSP support #2072
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Implements perl language support including: - Syntax highlighting - LSP integration (if available) - File type associations - Indentation settings Closes #2066 (partial) Generated with Claude Code
|
❌ Code Contractor Validation: FAILED Fix Suggestions
📚 About Code ContractorDeclarative Code Standards That Learn and Improve Define domain-specific validation rules in YAML. Want this for your repo? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Contractor validation failed ❌ — see the sticky comment for full results.
- Add tree-sitter-perl grammar for syntax highlighting - Add PLS (Perl Language Server) to devShells - Add LD_LIBRARY_PATH for perl grammar in all frontends - Add sample Perl project for testing perl-mode 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Contractor validation failed ❌ — see the sticky comment for full results.
Summary
Changes
lem-perl-modelem/extensionssystemextensions/perl-mode/tests/Test Plan
make build.qlot/bin/rove extensions/perl-mode/lem-perl-mode.asdGenerated with Claude Code