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

Add Vala Lexer #697

Merged
merged 2 commits into from Nov 5, 2022
Merged

Add Vala Lexer #697

merged 2 commits into from Nov 5, 2022

Conversation

glerroo
Copy link
Contributor

@glerroo glerroo commented Nov 4, 2022

Lexer generated from Pygments lexer.

I used this command from README.md

python3 _tools/pygments2chroma_xml.py \
  pygments.lexers.c_like.ValaLexer \
  > lexers/embedded/vala.xml

This resolve: #599

Lexer generated from Pygments lexer.
@alecthomas
Copy link
Owner

Thanks! Would you mind adding a test for it by following the instructions in lexers/README?

@glerroo
Copy link
Contributor Author

glerroo commented Nov 5, 2022

I have added test files for Vala.

@alecthomas
Copy link
Owner

Thank you!

@alecthomas alecthomas merged commit be4aebd into alecthomas:master Nov 5, 2022
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.

Add support for Vala
2 participants