-
I haven't been able to check if it's highlighted correctly, but I don't think it is.
see the `##__folly_traits_impl__` in the following code
https://github.com/facebook/folly/blob/master/folly/Tra…
-
The theme customisation is pretty useless for me as it stands because it cripples the syntax analysis, at least for languages like Swift. e.g. it then confuses numeric literals and type names, can't …
-
A few examples of the syntax highlighting not working quite right.
In the following example, you can see that begin/end are not highlighted as keywords --- they should ideally be in the same color …
-
### Installed product versions
- Visual Studio: 2015 Enterprise
- This extension: 1.8.61
### Description
Extension not run in my environement. I have tried a .go file. a .lisp file, a .yml file …
ghost updated
6 years ago
-
I'm using [this `.tmLanguage`](https://github.com/textmate/latex.tmbundle/blob/master/Syntaxes/LaTeX.plist) (it is latex).
The parsing of the following text is very long (more than 1 minute). Is th…
-
Taking over this issue to use it as the proposal for higher fidelity highlighting as a general idea and a plan to get there - if we should (I think we should).
---
[Editor] **Original issue con…
-
Once the new syntax comes out I think we should change the strategy for syntax highlighting. Instead of building from scratch and trying to be correct/complete, we should work to mirror the JS syntax …
-
Use case “make first letter of a word bold or italic” works fine both in Markdown preview in Atom and on GitHub, just like in Sublime Text. But there’s a problem in GFM language module preventing prop…
-
### Thanks in advance for your bug report!
- [X] Have you reproduced issue in [safe mode](https://pulsar-edit.dev/docs/atom-archive/faq/sections/what-does-safe-mode-do.html)?
- [X] Have you used the …
m1ga updated
9 months ago
-
Hi,
would it be a problem if you automatically activate the extension on Idris 2 files too?
That means adding
```
"activationEvents": [
"onLanguage:idris2",
"onLanguage:idris",
```
to…