Skip to content

feat(tui): clojure syntax aliases#15478

Open
riatzukiza wants to merge 9 commits intoanomalyco:devfrom
riatzukiza:feat/tui-clojure-syntax-aliases
Open

feat(tui): clojure syntax aliases#15478
riatzukiza wants to merge 9 commits intoanomalyco:devfrom
riatzukiza:feat/tui-clojure-syntax-aliases

Conversation

@riatzukiza
Copy link
Contributor

Issue for this PR

Closes #14698

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

This PR consolidates improvements to the TUI theme and syntax highlighting, specifically adding robust support for Clojure, Common Lisp, Racket, and Emacs Lisp. It also aligns the opencode theme with modern standards.

How did you verify your code works?

I asked an agent to write several lisp files and visually inspected the highlighting

Screenshots / recordings

image

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

@github-actions
Copy link
Contributor

Hey! Your PR title Feat/tui clojure syntax aliases doesn't follow conventional commit format.

Please update it to start with one of:

  • feat: or feat(scope): new feature
  • fix: or fix(scope): bug fix
  • docs: or docs(scope): documentation changes
  • chore: or chore(scope): maintenance tasks
  • refactor: or refactor(scope): code refactoring
  • test: or test(scope): adding or updating tests

Where scope is the package name (e.g., app, desktop, opencode).

See CONTRIBUTING.md for details.

@riatzukiza riatzukiza changed the title Feat/tui clojure syntax aliases feat(tui): clojure syntax aliases Feb 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE]:LISP family syntax highlighting support

1 participant