From 57dbcaf9bac0c2821d9a83b4eafd8ec51138c63c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Bj=C3=B8rnskov?= Date: Sat, 10 Oct 2009 23:40:25 +0200 Subject: [PATCH] More readme --- README.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.markdown b/README.markdown index f6c71d0..855227a 100644 --- a/README.markdown +++ b/README.markdown @@ -2,6 +2,13 @@ sfTwigPlugin ============ This plugin tries to integrate the [Twig](http://twig-project.com) into [Symfony](http://symfony-project.org) +### TextMate tick +To get support for Syntax highligting when coding in the twig "language" it is desireable to install Django HTML syntax highlighting support, which will highlight both the html and the twig code. There will might be some glitches though. + +Helping +------- +This is a HUGE project for one man, so if _YOU_ want to contribute in any dont hesitate to fork me or open an issue or contact med at `yep [at] iamhenrik.se`. The first really big thing that needs help is porting the Core and Standard helpers for Symfony to Twig Extensions either as tags or filters. + Install ------- Create a file named `module.yml` in project/`config` or app/`config` dir with the following content.