-
Notifications
You must be signed in to change notification settings - Fork 220
feat: add .xslt icon #616
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add .xslt icon #616
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds icon support for .xslt (Extensible Stylesheet Language Transformations) file extensions. The implementation uses the same XML icon symbol but with a blue color scheme to distinguish XSLT files from regular XML files.
- Adds .xslt file extension entry to the icons table
- Uses blue color (#33A9DC) inspired by VSCode-icons, distinguishing it from orange XML files
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Oh dear... an unwanted review from copilot. Have you seen one of these before @gegoune ? It looks like it might have been enabled by default in the repo settings for devicons and nvim-tree... |
alex-courtis
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To distinguish it from regular XML, I picked a blue-ish color adopted from VSCode-icons, which also uses orange for xml and blue for xslt.
Nice one! Many thanks for your contribution.
Yes, seems that way. thought you might have added it. Shall we try to disable it? |
Definitely not me ;) Let's try and kill it. |
Interesting. I've created a not-for-merge PR to test this: #617 |

The symbol is the same as regular XML. To distinguish it from regular XML, I picked a blue-ish color adopted from VSCode-icons, which also uses orange for xml and blue for xslt.