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

differenciation between single and double quotes in chapel-tmbundle #21

Closed
parthsarthiprasad opened this issue Mar 21, 2020 · 1 comment

Comments

@parthsarthiprasad
Copy link
Member

related to #20 is as well ,
The plugin currently differenciates between single and double quotes , as observed in VS-code plugin , which results in the bundler checking for errors like

(using github plugin)
writef("this is something");
writef('this is something');

using VS-code
image

This difference is apparantly not visible in GH-plugin, but using it more harshly I could say, shows this error ?(done using lightshow)

image

@parthsarthiprasad
Copy link
Member Author

Im trying to resolve this issue, Can be done but just learning the semantics of chapel-tmbundle right now .

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

No branches or pull requests

1 participant