rainbow
rainbow copied to clipboard
[Bug] JavaScript parens in HTML don't get colors
Describe the bug
When working with javascript in a
To Reproduce
Save the html below and open in vim.
<!doctype html>
<html>
<head>
</head>
<body>
<div>
</div>
<script type="text/javascript">
console.log(((1+1)))
</script>
</body>
</html>
Screenshots

The console.log() parens should be different colors. Only the html tags are different colors.
Additional context
Are you using some third-party syntax plugins? Yes, I'm using vim-polyglot.
It seems that the script tag is matched by other rules, to confirm which is the rule and which plugin provided this rule, you can use the tool which I provided in README of this project, just search troubleshooting.
Thanks for your response! I will check it out later.