Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tingping/language-meson
Meson support for Atom
https://github.com/tingping/language-meson
atom atom-package meson syntax-highlighting
Last synced: about 1 month ago
JSON representation
Meson support for Atom
- Host: GitHub
- URL: https://github.com/tingping/language-meson
- Owner: TingPing
- License: apache-2.0
- Created: 2017-02-06T23:43:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-19T23:40:30.000Z (almost 4 years ago)
- Last Synced: 2024-05-01T12:31:18.956Z (7 months ago)
- Topics: atom, atom-package, meson, syntax-highlighting
- Language: Meson
- Homepage: https://atom.io/packages/language-meson
- Size: 26.4 KB
- Stars: 11
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Language Meson
Syntax highlighting for the [Meson](http://mesonbuild.com/) language.
## Note for other editors
Editors such as Sublime Text, TextMate, and Visual Studio Code can use the same
syntax highlighting but the grammar file must be converted to the TextMate format.Note that you would first have to convert the grammar file in either JSON format, PLIST format, or YAML format.
The easiest method to do so is via the Sublime Text [PackageDev](https://packagecontrol.io/packages/PackageDev)
package. Somebody could decouple the conversion [library](https://github.com/SublimeText/PackageDev/tree/master/plugins/lib/fileconv)
it uses to ease future conversion also. Example output is [here](https://gist.github.com/TingPing/02aea7422dacaded3a35a6ba12fc3757).