7d992e6d976c31c44c95d5d38a3a45af1621b6df
[stack/conf/vim.git] / addons / TagHighlight / plugin / TagHighlight / data / languages / python.txt
1 FriendlyName:python
2 CTagsName:python
3 PythonExtensionMatcher:pyw?
4 VimExtensionMatcher:pyw\?
5 Suffix:py
6 VimSyntaxes:python
7 VimFileTypes:python
8 # Keywords taken from:
9 # http://docs.python.org/reference/lexical_analysis.html#keywords
10 ReservedKeywords:
11         and del from not while as elif global or with assert else
12         if pass yield break except import print class exec in raise
13         continue finally is return def for lambda try
14
15 # vim: ff=unix:noet