Fixed textmate_import.rb slightly and added doc for it

This commit is contained in:
capitaomorte
2009-08-26 13:06:00 +00:00
parent 81857aea6d
commit 01205f79d6
5 changed files with 130 additions and 42 deletions

View File

@@ -9,16 +9,15 @@ Yet Another Snippet extension
.. contents::
YASnippet is a template system for Emacs. It allows you to type a
**YASnippet** is a template system for Emacs. It allows you to type a
abbreviation and automatically expand the abbreviation into function
templates.
Bundled language templates includes: C, C++, C#, Perl, Python, Ruby,
SQL, LaTeX, HTML, CSS and more.
YASnippet system is inspired from TextMate's template system. You can
use `a tool
<http://yasnippet.googlecode.com/svn/trunk/textmate-import.rb> to
The snippet syntax is inspired from TextMate's syntax, you can
even `import <snippet-development.html#importing-textmate-snippets>`_
import most TextMate templates to YASnippet.
YASnippet is a re-write of the extension `smart-snippet`_. Both are