You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
It seems atom-material-syntax has suddenly started to fail with the syntax highlighting on PHP files.
Reproduction Steps:
Installed a fresh copy of atom to ensure no other packages were conflicting
With all other packages removed, I installed atom-material-ui
Expected behavior:
Observed behavior:
The syntax color shows orange highlighting on the method brackets instead of the blue on the first method defined within a class. If you remove the first method, it then increments to the next but only does it on the first method.
• Method opening and closing brackets incorrectly colored
• Method invoking parenthesis () are incorrectly colored
It also affects the color of the import statements
Atom version: 1.21.0 OS and version: macOS Sierra 10.12.5 Last Known Working Atom Version: 1.19.4
Installed packages:
All other packages removed and uninstalled to ensure no conflicts.
Notes:
The syntax highlighting seems to have broken with one of the latest Atom updates. They may have deprecated a certain feature that caused this. This issue does not occur in Atom 1.19.4
The text was updated successfully, but these errors were encountered:
@silvestreh Any update on this? I am still experiencing this issue as well. The Syntax highlighting in PHP is wonky looking compared to how it used to look. Atom 1.24.1
Hello,
It seems atom-material-syntax has suddenly started to fail with the syntax highlighting on PHP files.
Reproduction Steps:
Expected behavior:
Observed behavior:
![](https://camo.githubusercontent.com/d45a44c11d25f10ef483305d1dbf498cfde0fc58d250fcf9857f96f0b2cdff1b/68747470733a2f2f736e61672e67792f47706a4236542e6a7067)
The syntax color shows orange highlighting on the method brackets instead of the blue on the first method defined within a class. If you remove the first method, it then increments to the next but only does it on the first method.
• Method opening and closing brackets incorrectly colored
• Method invoking parenthesis () are incorrectly colored
It also affects the color of the import statements
Atom version: 1.21.0
OS and version: macOS Sierra 10.12.5
Last Known Working Atom Version: 1.19.4
Installed packages:
All other packages removed and uninstalled to ensure no conflicts.
Notes:
The syntax highlighting seems to have broken with one of the latest Atom updates. They may have deprecated a certain feature that caused this. This issue does not occur in Atom 1.19.4
The text was updated successfully, but these errors were encountered: