Nette Latte + Neon for VS Code
VS Code Language Extension
* This extension integrates the Latte and Neon Language extension from Nette PHP Framework into Visual Studio Code.
* Support Colorization and Grammar.
* Support Snippets.
### HTML snippets (Emmet) support
Currently you can easily add HTML (Emmet built-in extension) support by adding this code to settings.json
```
"emmet.includeLanguages": { "latte": "html" }
```
### Bugs and Ideas
If you found a bug or you have an idea, let me know on GitHub :)
https://github.com/kasik96/VS-Latte
### Contributing
All contributions are welcomed!
### License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
### Thanks to
* [Nette-Latte-Neon-for-Sublime-Text-3](https://github.com/FilipStryk/Nette-Latte-Neon-for-Sublime-Text-3)
**Made with ♥ and VSCode. Enjoy!**