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
"begin/endCaptures"
There is a rogue "beginCaptures" with no "begin" rule should it be "captures"?
"beginCaptures"
"begin"
"captures"
ionide-fsgrammar/grammars/fsharp.json
Line 530 in 472c6b2
also a rogue "endCaptures" with no "end" rule should it be "whileCaptures"?
"endCaptures"
"end"
"whileCaptures"
Line 545 in 472c6b2
The text was updated successfully, but these errors were encountered:
The first one should probably be "captures"
For the second one, yes probably. I can't find a documentation related to the TextMate grammar syntax on VSCode site.
Sorry, something went wrong.
yeah documentation around TextMate is very unpolished and fragmented
heres a little snippet on "while" https://github.com/jeff-hykin/better-cpp-syntax/blob/fe873cdfacd1df7072e7b8c95df3df369c1ffcaa/documentation/library/textmate_while.md
"while"
"whileCaptures" acts the same as "endCaptures"; but for the "while" rule instead
No branches or pull requests
There is a rogue
"beginCaptures"
with no"begin"
ruleshould it be
"captures"
?ionide-fsgrammar/grammars/fsharp.json
Line 530 in 472c6b2
also a rogue
"endCaptures"
with no"end"
ruleshould it be
"whileCaptures"
?ionide-fsgrammar/grammars/fsharp.json
Line 545 in 472c6b2
The text was updated successfully, but these errors were encountered: