https://github.com/chrisyip/language-opentype
OpenType feature file language support in Atom
https://github.com/chrisyip/language-opentype
Last synced: about 1 year ago
JSON representation
OpenType feature file language support in Atom
- Host: GitHub
- URL: https://github.com/chrisyip/language-opentype
- Owner: chrisyip
- License: mit
- Created: 2014-05-17T11:56:00.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-04-11T09:27:02.000Z (about 11 years ago)
- Last Synced: 2025-05-14T22:12:15.931Z (about 1 year ago)
- Language: CoffeeScript
- Size: 203 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# OpenType feature file language support in Atom
Adds syntax highlighting and snippets to [OpenType feature file](http://www.adobe.com/devnet/opentype/afdko/topic_feature_file_syntax.html) in Atom.
Contributions are greatly appreciated. Please fork this repository and open a
pull request to add snippets, make grammar tweaks, etc.
If you encounter any issues, you can leave an [issue](https://github.com/chrisyip/language-opentype/issues) or try the following package(s):
- [opentype-feature-bundle](https://github.com/kennethormandy/opentype-feature-bundle)
# Supported file
```
.fea
```
Or first line is
```
#! OpenType
```
# Contributors
- [Chris Yip](https://github.com/chrisyip)
- [Liang Hai](https://github.com/lianghai)