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
The default rust syntax highlighting should have been usable after removing rust enhanced, as it was before installing rust enhanced.
Actual behavior
The default rust syntax highlighting was disabled and no longer in the list of supported languages. "Rust" is added to the "ignored_packages" dict in Preferences.sublime-settings
Steps to reproduce
Add Rust Enhanced via package control
Remove Rust Enhanced via package control
Currently open rust files default to plaintext and are unable to have Rust set as the language for syntax highlighting
"Rust" is added to the "ignored_packages" in Preferences.sublime-settings
This might be a sublime text bug not a rust enhanced bug but it has only happened to me with rust enhanced
Removing "Rust" from the ignored packages dict returns the desired functionality.
The text was updated successfully, but these errors were encountered:
AsherGlick
changed the title
Adding and removing Rust Enhanced breaks all rust syntax highlighting
Adding and removing Rust Enhanced breaks default rust syntax highlighting
Jul 4, 2021
Some investigation found that the original syntax was not deleted, but instead rust was being ignored by the user settings file. Updated original bug with discovered info and a manual fix method for anyone experiencing this issue.
Sublime Text Version
Sublime Text 4 (Build 4107)
Rust Enhanced Version
v2.24.0
Operating system
OS Name Ubuntu
Version 20.04 LTS
Expected behavior
The default rust syntax highlighting should have been usable after removing rust enhanced, as it was before installing rust enhanced.
Actual behavior
The default rust syntax highlighting was disabled and no longer in the list of supported languages.
"Rust"
is added to the"ignored_packages"
dict inPreferences.sublime-settings
Steps to reproduce
"Rust"
is added to the"ignored_packages"
inPreferences.sublime-settings
This might be a sublime text bug not a rust enhanced bug but it has only happened to me with rust enhanced
Removing
"Rust"
from the ignored packages dict returns the desired functionality.The text was updated successfully, but these errors were encountered: