-
Notifications
You must be signed in to change notification settings - Fork 12
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
Migrate highlight file refernces to use @malloydata/syntax-highlight #245
Conversation
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.
You should delete the old files, and make sure to add an exception to .vscodeignore for the module like here: https://github.com/malloydata/malloy-vscode-extension/blob/main/.vscodeignore#L5
@@ -13,6 +13,6 @@ | |||
"noImplicitAny": true, | |||
"strict": true | |||
}, | |||
"include": ["./src"], | |||
"include": ["./src", "./node_modules/@malloydata/syntax-highlight/grammars"], |
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.
This probably isn't necessary.
/gcbrun |
Move package highlight code from PR #245
No description provided.