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
filePath
2) test/api/tokenInformation.test.ts (src/api.ts) getScopeRangeAtPosition(): Promise<TextmateToken>: Error: Near offset 1: expected < ~~~"name":"Plain Text","scopeName":"text","patterns":~~~
This is happening because JSON support is hacked in for JSON file URIs, but not JSON content values:
content
vscode-textmate/src/parseRawGrammar.ts
Lines 11 to 13 in 8b07a3c
The text was updated successfully, but these errors were encountered:
Fix plaintext grammar parsing error
ad66972
Refs: http://microsoft/vscode-textmate#214
parseRawGrammar
dc18360
cd2cf50
Successfully merging a pull request may close this issue.
This is happening because JSON support is hacked in for JSON file URIs, but not JSON
content
values:vscode-textmate/src/parseRawGrammar.ts
Lines 11 to 13 in 8b07a3c
The text was updated successfully, but these errors were encountered: