Skip to content

Apply highlighting to more builtin forms by default #12

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kisaragi-hiu
Copy link

Existing logic already works well enough. It is enough to just add these forms to the default values.

  • let forms like if/when-let and letrec
  • builtin define-inline also has the same syntax as defun
  • try to highlight pcase-lambda and pcase-dolist like has already been done for pcase-let
  • highlight variants of condition-case

While not all features of all forms* here are highlighted, this is already more useful than not applying the highlighting to them.

*: like when-let and if-let's variable omitting

Existing logic already works well enough. It is enough to just add
these forms to the default values.

- let forms like if/when-let and letrec
- builtin define-inline also has the same syntax as defun
- try to highlight pcase-lambda and pcase-dolist like has already been
  done for pcase-let
- highlight variants of condition-case

While not all features of all forms* here are highlighted, this is
already more useful than not applying the highlighting to them.

*: like when-let and if-let's variable omitting
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