https://github.com/james2doyle/sublime-twig
A collection of syntaxes and completions for Twig templates
https://github.com/james2doyle/sublime-twig
completions sublime syntax twig
Last synced: 4 months ago
JSON representation
A collection of syntaxes and completions for Twig templates
- Host: GitHub
- URL: https://github.com/james2doyle/sublime-twig
- Owner: james2doyle
- License: mit
- Created: 2019-10-23T05:24:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-17T00:18:10.000Z (almost 6 years ago)
- Last Synced: 2025-06-09T15:45:51.809Z (4 months ago)
- Topics: completions, sublime, syntax, twig
- Size: 664 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Twig Sublime
> A collection of syntaxes and completions for Twig templates
### Why?
*How is this different from [Anomareh/PHP-Twig.tmbundle](https://github.com/Anomareh/PHP-Twig.tmbundle)?*
- Better highlighting, overall
- More completions (eventually)
- Line and block comments
- Uses native Sublime syntax highlighting, not Textmate bundle conversion
### Usage
*With Git*
- `cd $HOME/Library/Application\ Support/Sublime\ Text\ 3/Packages`
- `git clone https://github.com/james2doyle/sublime-twig`*With Package Control*
- "Package Control > Add Repository"
- https://github.com/james2doyle/sublime-twig
- "Package Control > Install Package"
- Install "sublime-twig" package### TODOs
- [x] comments
- [x] tag completions
- [x] filter completions
- [x] function completions
- [x] test completions
- [ ] publish on Package Control