summaryrefslogtreecommitdiff
path: root/Build/source/texk/gregorio/gregorio-src/contrib/gabc-syntax.plist
blob: 39396b46089523dbd67944aec5491e7b997cb0bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!--
GABC syntax file for BBedit and TextWrangler
Copyright Tomasz Grabowski <zzzygzak@gmail.com>, 2013

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
--><plist version="1.0">
<dict>
<key>BBEditDocumentType</key>
	<string>CodelessLanguageModule</string>
<key>BBLMLanguageCode</key>
	<string>0079</string>
<key>BBLMLanguageCode</key>
	<string>GABC</string>
<key>BBLMLanguageDisplayName</key>
	<string>Gregorio GABC</string>
<key>BBLMSuffixMap</key>
	<array>
		<dict>
			<key>BBLMIsSourceKind</key>
				<true/>
			<key>BBLMLanguageSuffix</key>
				<string>.gabc</string>
		</dict>
	</array>
<key>BBLMColorsSyntax</key><true/>
<key>BBLMIsCaseSensitive</key><true/>
<key>BBLMScansFunctions</key><false/>
<key>BBLMSupportsTextCompletion</key><true/>
<key>BBLMCanSpellCheckCodeRuns</key><false/>

<key>BBLMPredefinedNameList</key>
	<array>
		<string>name</string>
		<string>gabc-copyright</string>
		<string>score-copyright</string>
		<string>office-part</string>
		<string>occasion</string>
		<string>meter</string>
		<string>commentary</string>
		<string>arranger</string>
		<string>gabc-version</string>
		<string>author</string>
		<string>date</string>
		<string>manuscript</string>
		<string>manuscript-reference</string>
		<string>manuscript-storage-place</string>
		<string>book</string>
		<string>transcriber</string>
		<string>transcription-date</string>
		<string>gregoriotex-font</string>
		<string>mode</string>
		<string>initial-style</string>
		<string>centering-scheme</string>
		<string>user-notes</string>
		<string>annotation</string>
	</array>
<key>BBLMCommentLineDefault</key><string>%</string>
<key>Language Features</key>
	<dict>
		<key>Open Strings 1</key><string>(</string>
		<key>Close Strings 1</key><string>)</string>
		<key>Open Strings 2</key><string> &lt;</string>
		<key>Close Strings 2</key><string>&gt; </string>
		<key>End-of-line Ends Strings 1</key>	<false/>
		<key>Identifier and Keyword Characters</key>
			<string>ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_-</string>
		<key>Open Statement Blocks</key> <string>\</string>
		<key>Close Statement Blocks</key> <string>}</string>
	</dict>
</dict>
</plist>