Open ioquatix opened 6 years ago
cc @madleech
Here is an example of what it used to look like:
Can you please update this issue to follow the template? Thanks!
@Arcanemagus Okay, done. What more information do you need?
It looks like this is a regression from the enabling of Tree-sitter parsers by default in Atom v1.32.0:
Text-mate:
Tree-sitter:
You can work around this for now by changing the Settings -> Core -> Use Tree-sitter Parsers option within the Settings app.
Ah so maybe a bug with the new parser? or a bug with how the grammar is specified?
From what I can see that extension simply hasn't been implemented in the Tree-sitter parser.
That makes sense. Should we file a bug report on the tree-sitter parser?
That makes sense. Should we file a bug report on the tree-sitter parser?
Just here is fine 😉.
It looks like the same issue may have also broken the language-todo
package.
Before:
After:
@epaulet That is being tracked in https://github.com/atom/language-todo/issues/82 and https://github.com/atom/atom/issues/18196. You may want to subscribe to those issues for updates.
Prerequisites
Description
YARD comments no longer syntax highlighted
Steps to Reproduce
Previously, comments would be highlighted:
Expected behavior:
@return
would be highlighted, along with other parts of the structured comment.Actual behavior:
It's not highlighted
Reproduces how often: 100%
Versions
1.32.0