-
Notifications
You must be signed in to change notification settings - Fork 3
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 matching a v-for directive. #1
Comments
Hi Lukas - So, you're using my vue lexer with https://github.com/gpoore/minted and it's not working? |
Yes. But the above described error is also happening, when I do a plain pygmentize -O full -f html -o test.html code/test.vue With The lexer is installed: pygmentize -L lexers | grep vue
* vue, vuejs:
vue (filenames *.vue) Is it working for you? |
You can see the example v-for here: https://github.com/testdrivenio/vue-lexer/blob/master/examples/example3.png and I'm testing a v-for here: https://github.com/testdrivenio/vue-lexer/blob/master/tests/test_lexer.py#L79 I'm not sure why your lexer is not working right. Want to add some test code? |
Example 3 works correctly on my machine too. |
Hey there,
thank you for this lexer.
I am currently writing my thesis and was looking for a way to make the Latex code listings look nice. I use the minted package which uses pygmentize itself. But so far, the output does not yet satisfy my requirements.
Here is an example code snippet, where the lexer falsely marks
="
and"
in the secondv-for
loop as an error.👍 GitHubs Lexer does a good job ;)
The wrong output line looks like this:
I attached the full HTML output (as txt, Github doesnt support HTML 😩).
test.txt
Cheers,
Lukas
The text was updated successfully, but these errors were encountered: