Skip to content
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

rc/filetype/lua.kak: fix some highlighter issues #5289

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

Conversation

thacuber2a03
Copy link
Contributor

@thacuber2a03 thacuber2a03 commented Feb 5, 2025

fixes:

  • ... being highlighted with .. as an operator, and missing the last .
  • hexadecimal numbers not being highlighted if they're greater than a single digit (how did this go through)
  • indent and insert hooks for closing a block automatically didn't trigger for the local function idiom

@thacuber2a03
Copy link
Contributor Author

found an issue with one of the indentation hooks, do I fix it here and rebase or send another PR?

@mawww
Copy link
Owner

mawww commented Feb 5, 2025

You can fix that here and rebase, as it is a pretty small change

@thacuber2a03 thacuber2a03 changed the title rc/filetype/lua.kak: fix some highlighting issues rc/filetype/lua.kak: fix some highlighter issues Feb 5, 2025
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.

2 participants