An open API service indexing awesome lists of open source software.

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

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)