Double percent symbol comment bug
See original GitHub issueHow to reproduce:
- Type two comment symbols
%%
- Append one or more spaces
- Next line of code will be wrongly painted in green, like a comment, however it’s not.
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Percent signs - "comment" and "active" both at once? - TeX
So I would like the following to happen in the main document body: escaped \% working as expected;; single % causing an error;;...
Read more >What's the difference between % and %% for comments?
One percent sign ( % ) is used for commenting lines. Two percent signs ( %% ) have a different purpose: they are...
Read more >What does the double percentage sign mean - Edureka
What is the purpose of the double percent (percent percent) in R? It appears that when you use it, it divides the number...
Read more >Percent sign in translated strings cause Android bots to fail
- Use two percentage signs to escape the percentage sign, i.e. %% becomes % in the output. (No-go as this causes the final...
Read more >4.3 Special Characters and Symbols - Dickimaw Books
The percent symbol % is a comment character. ... This gives 66 and 99 style quotes, which you wouldn't get using the double...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@sco1 thanks for the heads-up, I’ll try to figure out something to separate those two use cases.
By the way, how did you get this window that shows the information?
Fixed, hopefully definitely this time, in version 1.1.0. If you feel there still is an issue with this, please re-open or open another issue.