This repository has been archived by the owner on Apr 17, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathLilyPond-figbass.tmLanguage
93 lines (93 loc) · 2.11 KB
/
LilyPond-figbass.tmLanguage
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
83
84
85
86
87
88
89
90
91
92
93
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>hidden</key>
<true/>
<key>name</key>
<string>(LilyPond figured bass)</string>
<key>patterns</key>
<array>
<dict>
<key>begin</key>
<string>({)|([-_^](\s*))?(((\\figures\s*)({))|((\\figuremode\s*)({)))</string>
<key>beginCaptures</key>
<dict>
<key>1</key>
<dict>
<key>name</key>
<string>entity.other.lilypond</string>
</dict>
<key>10</key>
<dict>
<key>name</key>
<string>entity.other.lilypond</string>
</dict>
<key>2</key>
<dict>
<key>name</key>
<string>entity.name.class.keyword.lilypond</string>
</dict>
<key>6</key>
<dict>
<key>name</key>
<string>entity.name.class.keyword.lilypond</string>
</dict>
<key>7</key>
<dict>
<key>name</key>
<string>entity.other.lilypond</string>
</dict>
<key>9</key>
<dict>
<key>name</key>
<string>entity.name.class.keyword.lilypond</string>
</dict>
</dict>
<key>end</key>
<string>(})</string>
<key>endCaptures</key>
<dict>
<key>1</key>
<dict>
<key>name</key>
<string>entity.other.lilypond</string>
</dict>
</dict>
<key>name</key>
<string>meta.lilypond.figbassmode</string>
<key>patterns</key>
<array>
<dict>
<key>include</key>
<string>$self</string>
</dict>
<dict>
<key>include</key>
<string>source.lilypond-internals</string>
</dict>
<dict>
<key>include</key>
<string>source.lilypond-notemode-explicit</string>
</dict>
<dict>
<key>include</key>
<string>source.lilypond-markupmode</string>
</dict>
<dict>
<key>include</key>
<string>source.lilypond-figuregroup</string>
</dict>
<dict>
<key>include</key>
<string>source.lilypond-schememode</string>
</dict>
</array>
</dict>
</array>
<key>scopeName</key>
<string>source.lilypond-figbassmode</string>
<key>uuid</key>
<string>96afd4df-67b5-42ba-9890-e9b29677bb16</string>
</dict>
</plist>