-
## Your programming language(s)
All
## Expected Behavior
Notification that large files won't be rainbowify should only display once and be dismissed, never to show again.
## Current Behavior
…
-
This is Javascript:
![image](https://user-images.githubusercontent.com/42372270/104906734-b7703180-5949-11eb-93a1-30c8736c54e1.png)
Note: Javascript's template strings i.e. grave symbol allows u…
-
## Your programming language(s)
JSX
## Expected Behavior
Rainbowify tag name
## Current Behavior
Only rainbowify angle brackets
## Code snippet for reproduce (for bugs)
```jsx
``…
-
It'd be nice if we had an option to configure which file types (probably by file extension) get rainbow applied. For example, maybe I want JavaScript rainbowified, but not Java. I've seen it pop up …
-
## Your programming language(s)
Pug
## Expected Behavior
- Rainbow Indents on pug elements
- Opt-In Rainbowified tag name (As in XML/HTML)
## Current Behavior
Pug appears to be entirel…
-
## Please check
- [X] This issue/feature request is not reported before.
## Your programming language(s)
JS
## Expected Behavior
* Double quotes should not be colorized by rainbow brackets
## …
-
## Current Behavior
The last single quote's color had been changed by this plugin in every pairs single quotes.
开了插件后,每对单引号中的最后一单引号颜色被修改了。好像就jQuery选择器会这样。
## Possible Solution
Not obligatory, bu…
-
![image](https://user-images.githubusercontent.com/2493052/31709729-84fda972-b3fb-11e7-86d0-1d3995990512.png)
nvlad updated
4 years ago
-
The current option doNOTRainbowifyBracketsWithoutContent is great, as I indeed want the usual gray color for the brackets in:
int a = f();
But! I also want the usual gray color for brackets in sim…
-
## Your programming language
Haskell
## Expected Behavior
The `{-`/`-}` brackets should not be highlighted since they cannot be nested
## Current Behavior
They are highlighted, here:
…