From e5763b358e4cf0a60e98ee22d24d94e711f05e53 Mon Sep 17 00:00:00 2001 From: Ron DuPlain Date: Tue, 13 Mar 2012 14:53:15 -0700 Subject: [PATCH] Distinguish ext folder from ext namespace. --- docs/integration.rst | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/docs/integration.rst b/docs/integration.rst index e5c76dc..79dff76 100644 --- a/docs/integration.rst +++ b/docs/integration.rst @@ -5,6 +5,9 @@ Jinja2 provides some code for integration into other tools such as frameworks, the `Babel`_ library or your favourite editor for fancy code highlighting. This is a brief description of whats included. +Files to help integration are available +`here. `_ + .. _babel-integration: Babel Integration @@ -78,18 +81,18 @@ snippet and add it into your `config/environment.py`:: TextMate -------- -Inside the `ext` folder of Jinja2 there is a bundle for TextMate that supports -syntax highlighting for Jinja1 and Jinja2 for text based templates as well as -HTML. It also contains a few often used snippets. +Inside the `ext` folder at the root of the Jinja2 project there is a bundle for +TextMate that supports syntax highlighting for Jinja1 and Jinja2 for text based +templates as well as HTML. It also contains a few often used snippets. Vim --- A syntax plugin for `Vim`_ exists in the Vim-scripts directory as well as the -ext folder of Jinja2. `The script `_ -supports Jinja1 and Jinja2. Once installed two file types are available `jinja` -and `htmljinja`. The first one for text based templates, the latter for HTML -templates. +`ext` folder at the root of the Jinja2 project. `The script +`_ supports Jinja1 and +Jinja2. Once installed two file types are available `jinja` and `htmljinja`. +The first one for text based templates, the latter for HTML templates. Copy the files into your `syntax` folder. -- 2.26.2