-
-
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
Add VB6 highlighting based on the VBA syntax #74
Comments
Could you please provide a short explanation or link what ctl files are used for? |
I recently had to figure out the exact syntax differences between VBA and VB6 for this PR, and the only 2 differences I could find were these:
|
We already provide highlighting for WWB on top of VBA due to it's similarities: https://github.com/serkonda7/vscode-vba/blob/main/syntaxes/wwb.tmGrammar.yml So I would be fine to include VB6 highlighting the same way. Although I might have to consider renaming the extension to something like |
Interesting option. In the case of VBA and VB6, if we adopt the same logic, it would be VB6's grammar that would be included in VBA's grammar. However, I think that if we want to keep things simple, a solution for someone using the VS code extension for VB6 is simply to add Just need to press |
Thanks for your input and thoughts!
Until this language binding is a lot more requested, it has to be changed manually like above. |
FYI, once this PR is merged, we will be using the VBA grammar provided here for syntax highlighting of VB6 code on GitHub. |
Describe the feature
.ctl file not resolving.
Proposed Solution
add .ctl to the list of available files
Additional Information
No response
The text was updated successfully, but these errors were encountered: