https://github.com/phalcon/zephir-lexer
Zephir Lexer for Pygments
https://github.com/phalcon/zephir-lexer
Last synced: over 1 year ago
JSON representation
Zephir Lexer for Pygments
- Host: GitHub
- URL: https://github.com/phalcon/zephir-lexer
- Owner: zephir-lang
- Created: 2014-01-20T23:39:47.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-05-26T12:47:27.000Z (about 11 years ago)
- Last Synced: 2025-03-27T02:07:33.811Z (over 1 year ago)
- Language: Python
- Size: 196 KB
- Stars: 5
- Watchers: 6
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Zephir Lexer
============
Zephir Syntax Highlight for Pygments
You can download and run this extension as below:
```bash
$ sudo apt-get install python-setuptools
$ git clone git://github.com/phalcon/zephir-lexer
$ cd zephir-lexer
$ sudo python setup.py install
```