forked from bitst0rm-st3/a-file-icon
-
Notifications
You must be signed in to change notification settings - Fork 42
Closed as not planned
Closed as not planned
Copy link
Labels
wontfixThis will not be worked onThis will not be worked on
Description
This is the same as #56, but fails even after I've fixed the scoping mismatch in #94
Expected Behavior
Opening a .kdl file should select KDL as the syntax
Current Behavior
Opening a .kdl file selects Plain Text (KDL) as the syntax instead
Possible Solution
(potential root cause, not a solution)
The main syntax file in the KDL package is marked as hidden since it's only a stub to select either v1 or v2 and to reduce confusion in the manual syntax selection. So is AFileIcon's, and I think that since your package has a sneaky zzz A File Icon zzz name that is the last name alphabetically, it overrides the syntax from the main package
Does your package only consider non-hidden themes when creating empty dupes? Maybe then the fix could be to consider hidden ones as well?
Steps to Reproduce (for bugs)
- Install KDL package (v2) https://packagecontrol.io/packages/KDL
- Open any
.kdlfile - Observe no syntax highlighting and the syntax set to
Plain Text (KDL)instead ofKDL
Context
Your Environment
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
wontfixThis will not be worked onThis will not be worked on