atom / language-yaml

YAML package for Atom
Other
24 stars 39 forks source link

Adding Kaitai `.ksy` extension as `yaml` file. #95

Closed junquera closed 7 years ago

junquera commented 7 years ago

Requirements

Description of the Change

I've added ksy extension to the file grammars/yaml.cson so that Kaitai's files can be recognized as yaml files.

Alternate Designs

Benefits

Kaitai's format specification files will be automatically recognized as yaml files.

Possible Drawbacks

Another application could use ksy extension for files which format is not yaml.

Applicable Issues

None.

winstliu commented 7 years ago

Thanks!