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

fennel keyword syntax issue #136

Open
randomizedthinking opened this issue Jan 27, 2023 · 1 comment
Open

fennel keyword syntax issue #136

randomizedthinking opened this issue Jan 27, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@randomizedthinking
Copy link

Here is a fennel keyword syntax issue: the keyword syntax does not recognize numbers 0-8, but 9 is treated as a valid keyword char.

Please see the screenshot below.

image

@Olical
Copy link
Owner

Olical commented Feb 18, 2023

Hmm I can't reproduce this with tree sitter at least. This will be an issue in https://github.com/Olical/aniseed/blob/master/syntax/fennel.vim which is actually just a lightly modified version of https://github.com/bakpakin/fennel.vim

I don't see any obvious issues in there, all of the regular expressions include 0-9 so I think it'll be quite a subtle bug. I wonder if there's any other ways to reproduce this bug, like is it just to do with 0-9 or is it more specific.

@Olical Olical added the bug Something isn't working label Feb 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants