https://github.com/bobthecow/twig-javascript.mode
A Twig (+JavaScript) syntax mode for Coda and SubEthaEdit.
https://github.com/bobthecow/twig-javascript.mode
Last synced: 9 months ago
JSON representation
A Twig (+JavaScript) syntax mode for Coda and SubEthaEdit.
- Host: GitHub
- URL: https://github.com/bobthecow/twig-javascript.mode
- Owner: bobthecow
- Created: 2011-01-26T00:30:59.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-01-26T00:38:58.000Z (almost 15 years ago)
- Last Synced: 2025-01-24T05:08:46.351Z (11 months ago)
- Homepage:
- Size: 97.7 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
Twig (+JavaScript) syntax mode for Coda and SubEthaEdit
-------------------------------------------------------
A [Twig][twig] (+JavaScript) syntax mode for [Coda][coda] (and possibly
[SubEthaEdit][see]) written by [bobthecow][me].
Twig.mode currently supports:
* Complete JavaScript 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-JavaScript.mode` into `~Library/Application Support/Coda/Modes`. If
that folder doesn't exist, create it.
Usage
-----
1. Install.
2. Open a file with a `.js.twig` extension in Coda or SubEthaEdit.
3. ?
4. Profit!