We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cool package. Are we to expect module variables to have a different syntax scope from non module variables?
Below both myVar and otherVar have symbol.unrecognized.wolfram scope.
myVar
otherVar
The text was updated successfully, but these errors were encountered:
I know that Sublime has support for semantic highlighting through the LSP package: https://lsp.sublimetext.io/customization/#semantic-highlighting
but I have not had luck setting it up yet.
Sorry, something went wrong.
No branches or pull requests
Cool package. Are we to expect module variables to have a different syntax scope from non module variables?
Below both
myVar
andotherVar
have symbol.unrecognized.wolfram scope.The text was updated successfully, but these errors were encountered: