-
-
Notifications
You must be signed in to change notification settings - Fork 594
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
Improved grammar and syntax #1093
Conversation
p-kuen
commented
Feb 14, 2019
- Added prettier as a pre-commit-hook as described in PR Simplified grammar compiling process #1080 and Make prettier a pre-commit hook #1089
- Changed Contributing.md in .github folder (which is referenced by README.md)
- Fixed custom block generation (as issued in Custom blocks break the highlighting #1088)
to make this possible I had to make two functions async (for dynamic vscode import) alternative: put the generateGrammarCommandHandler into a seperate file
Yeah, that's right. I tried many things but got no good solution - so this case would be a bit trickier. |
If supporting backtick would bring in too much complexity I suggest dropping it, documenting it in the https://vuejs.github.io/vetur/highlighting.html page and moving on. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just small nitpicks. Please resolve the path
and leave using \/
for later. This looks great. Thanks a lot for adding the test infrastructure!
Co-Authored-By: Patcher56 <patrick.kuen11@gmail.com>
- using path.resolve for paths now - showing better error messages if assertion fails
👍 Thanks a lot for the quick response! |