Add syntax highlighting and snippets for XYplorer script.
Start from XYplorer forum files published by highend
Enable file-icons package and add the following code to styles.less
.
@import "packages/file-icons/styles/colors";@import "packages/file-icons/styles/icons";@import "packages/file-icons/styles/items";@{pane-tab-selector}, .icon-file-text {&[data-name$=".xys"]:before { .xmos-icon; .dark-blue; }&[data-name$=".xyi"]:before { .xmos-icon; .medium-purple; }}
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.