File tree 1 file changed +30
-0
lines changed
QuickLook.Plugin/QuickLook.Plugin.TextViewer/Syntax/Light
1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+
3
+ <SyntaxDefinition name =" Shell Script" extensions =" .sh" >
4
+
5
+ <RuleSets >
6
+ <RuleSet ignorecase =" false" >
7
+
8
+ <Span name =" LineComment" stopateol =" true" color =" Green" bold =" false" italic =" false" >
9
+ <Begin >#</Begin >
10
+ </Span >
11
+
12
+ <Span name =" String" color =" #808080" stopateol =" true" bold =" false" italic =" false" escapecharacter =" \" >
13
+ <Begin >"</Begin >
14
+ <End >"</End >
15
+ </Span >
16
+
17
+ <Span name =" Char" color =" #808080" stopateol =" true" bold =" false" italic =" false" escapecharacter =" \" >
18
+ <Begin >'</Begin >
19
+ <End >'</End >
20
+ </Span >
21
+
22
+ <KeyWords name =" Syntax" color =" Blue" bold =" false" >
23
+ <Key word =" if" />
24
+ <Key word =" then" />
25
+ <Key word =" fi" />
26
+ </KeyWords >
27
+
28
+ </RuleSet >
29
+ </RuleSets >
30
+ </SyntaxDefinition >
You can’t perform that action at this time.
0 commit comments