https://github.com/bobthecow/twig-html.mode
A Twig syntax mode for Coda and SubEthaEdit.
https://github.com/bobthecow/twig-html.mode
Last synced: 3 months ago
JSON representation
A Twig syntax mode for Coda and SubEthaEdit.
- Host: GitHub
- URL: https://github.com/bobthecow/twig-html.mode
- Owner: bobthecow
- Created: 2010-12-21T06:35:58.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-01-26T00:46:03.000Z (over 14 years ago)
- Last Synced: 2025-01-24T05:08:47.049Z (5 months ago)
- Homepage:
- Size: 85.9 KB
- Stars: 30
- Watchers: 5
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
Twig (+HTML) syntax mode for Coda and SubEthaEdit
-------------------------------------------------A [Twig][twig] (+HTML) syntax mode for [Coda][coda] (and possibly
[SubEthaEdit][see]) written by [bobthecow][me].Twig-HTML.mode currently supports:
* Complete HTML syntax highlighting.
* All Twig template tags and constructs (through 0.9.10).
* Blocks and macros in the Code Navigator.
* Autocomplete for core Twig tags and filters.
* i18n extension tags and filters (including autocompletion).
* [Symfony2][sf2] core Twig tags and filters.[twig]: http://www.twig-project.org/
[coda]: http://panic.com/coda
[see]: http://www.codingmonkeys.de/subethaedit
[me]: http://github.com/bobthecow
[sf2]: http://symfony-reloaded.org/Installation
------------Drop `Twig-HTML.mode` into `~Library/Application Support/Coda/Modes`. If that folder
doesn't exist, create it.Usage
-----1. Install.
2. Open a file with a `.twig` extension in Coda or SubEthaEdit.
3. ?
4. Profit!