-
Notifications
You must be signed in to change notification settings - Fork 9
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
Grammar enhacements #1
base: master
Are you sure you want to change the base?
Conversation
Previously quoted string could start anywhere, eg. text=Ain't quoted
Previously very first quote (even escaped one) ended quoted string, eg.: quoted='This ain\'t an end yet.'
End either on line end or at comment start ; or # character.
ecf3c09
to
c0a149b
Compare
Can anyone merge this request? It causes the wrong highlighting inside VS Code. See Microsoft/vscode#41719 |
-- Sorry for the English, I used Google Translator -- |
@sorbits May I have your attention here, as this repository wasn't update in the last 3 years. Thanks~ |
Will look over this in the coming days. This is one of those annoying languages that has competing specs so I need to look over what is best for the language as an aggregate as I introduce changes. Many of these seem good though at first glance. |
any chance the pull request can be merged? |
7 years and this extremely simple fix for a major issue with ini file syntax highlighting still hasn't been merged. Please can this be done ASAP? |
Does it make any sense to wait for this PR to be merged? The entire file looks like a string because of a single apostrophe :( |
Is there any progress on this? Will this PR be merged anytime soon? This issue makes whole files very uncomfortable to read or understand. |
Bueller...Bueller... |
First 3 commits fix parsing quoted string. Next ones extend grammar. See each commit for details.