Skip to content

[Fix #581] Fix font locking for keywords starting with a number - #628

Merged
bbatsov merged 3 commits into
clojure-emacs:masterfrom
OknoLombarda:fix-font-locking-for-keywords
Aug 24, 2022
Merged

[Fix #581] Fix font locking for keywords starting with a number#628
bbatsov merged 3 commits into
clojure-emacs:masterfrom
OknoLombarda:fix-font-locking-for-keywords

Conversation

@OknoLombarda

Copy link
Copy Markdown
Contributor

Fixes #581

Context


Before submitting a PR mark the checkboxes for the items you've done (if you
think a checkbox does not apply, then leave it unchecked):

  • The commits are consistent with our contribution guidelines.
  • You've added tests (if possible) to cover your change(s). Bugfix, indentation, and font-lock tests are extremely important!
  • You've run M-x checkdoc and fixed any warnings in the code you've written.
  • You've updated the changelog (if adding/changing user-visible functionality).
  • You've updated the readme (if adding/changing user-visible functionality).

Thanks!

@bbatsov
bbatsov merged commit 0be365a into clojure-emacs:master Aug 24, 2022
@bbatsov

bbatsov commented Aug 24, 2022

Copy link
Copy Markdown
Member

Thanks! And sorry for forgetting to merge this earlier!

@OknoLombarda
OknoLombarda deleted the fix-font-locking-for-keywords branch August 29, 2022 13:10
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.

Font locking (syntax highlighting) doesn't work with keywords starting with a number

2 participants