Open LiorBu1 opened 8 years ago
+1 for the same issue when highlighting C code:
Same issue here.
But when I remove the code block hint, in my case - json
, it works fine.
Well, here's mine:
```js console.log.bind(console) ``` This should not be quoted template
@leesei That is a different issue that we are in the process of fixing - see atom/language-javascript#354 and atom/language-javascript#358.
@50Wliu thanks for the redirect
I'm writing my code in Atom and using 3 backticks to create code snippets. I tried to write the following:
[request setQueryParameterValue:@"['MobileFirst_Platform']" forName:@"params"];
It looks fine in the browser but in Atom it look like this:It colors the rest of the code in green.