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

Error in map argument #3

Closed
eeeXun opened this issue May 27, 2024 · 3 comments
Closed

Error in map argument #3

eeeXun opened this issue May 27, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@eeeXun
Copy link

eeeXun commented May 27, 2024

map u scroll half-up

In above map, it should produce the syntax tree like

(map_directive (command) (key) (function) (argument))

But it seems that the argument in map do not consider the minus sign. The output is

(map_directive (command) (key) (function) (argument))
(ERROR)
@Freed-Wu
Copy link
Owner

Freed-Wu commented May 27, 2024

I forget half-up can contain -.

@Freed-Wu Freed-Wu self-assigned this May 27, 2024
@Freed-Wu Freed-Wu added the bug Something isn't working label May 27, 2024
@eeeXun
Copy link
Author

eeeXun commented May 28, 2024

Hi, thx for the fix. But this doesn't work for nvim-treesitter. Did you forget to update the file in src directory?

@Freed-Wu
Copy link
Owner

Aha, I forget it. My memory has never be good 😢 Thanks for your noting!

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