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

VSCode julia extension #34

Open
hros opened this issue Mar 11, 2020 · 1 comment
Open

VSCode julia extension #34

hros opened this issue Mar 11, 2020 · 1 comment

Comments

@hros
Copy link

hros commented Mar 11, 2020

the julia extension of VSCode does not recognize the syntax of CBinding
The closing brace of a @cstruct raises a parse error (red wiggly line)
Additionally the @cstruct definition along with all fields are not recognized, and as such any future reference to these types in the code shows a "Missing reference" error

@krrutkow
Copy link
Member

Enabling syntax highlighting in code editors should be realizable now for the contents of c"..." and cxx"..." blocks as it is now just standard C/C++ code embedded in the file.

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

2 participants