language-xys

XYplorer script syntax highlighting for Atom

zhaocai

61

1

0.4.0

MIT

GitHub

XYplorer Script in Atom

Add syntax highlighting and snippets for XYplorer script.

Initially Commit

Start from XYplorer forum files published by highend

Support File-Icons

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; }
}