44513ad5b85199a5ec106157c69f312d09991cfc
[stack/conf/vim.git] / addons / TagHighlight / plugin / TagHighlight / data / language_defaults.txt
1 # Defaults for languages.  Entries in this and the language specific files are
2 # either in the format:
3
4 # Name:Value
5
6 # where value is a string read literally, or in the format:
7 #
8 # Name:
9 #       Value1
10 #       Value2
11 #       Value3
12 #
13 # where ValueN are a list of values read into a list and the character
14 # preceding the values is a hard tab character
15
16 # Priority order: highest first
17 Priority:
18         CTagsNamespace
19         CTagsClass
20         CTagsDefinedName
21         CTagsType
22         CTagsMethod
23         CTagsFunction
24         CTagsEnumerationValue
25         CTagsEnumeratorName
26         CTagsConstant
27         CTagsGlobalVariable
28         CTagsUnion
29         CTagsProperty
30         CTagsMember
31         CTagsStructure
32 SkipList:
33 IsKeyword:@,48-57,_,192-255
34
35 # vim: ff=unix:noet