Normalize formatting for syntax and project files

This commit is contained in:
ema
2026-04-14 01:05:51 +08:00
parent 60ba7d86eb
commit a401b7d65e
33 changed files with 1845 additions and 1845 deletions
@@ -2,28 +2,28 @@
<SyntaxDefinition name="Shell Script" extensions=".sh">
<RuleSets>
<RuleSet ignorecase="false">
<Span name="LineComment" stopateol="true" color="#6A9955" bold="false" italic="false">
<Begin>#</Begin>
</Span>
<RuleSets>
<RuleSet ignorecase="false">
<Span name="LineComment" stopateol="true" color="#6A9955" bold="false" italic="false">
<Begin>#</Begin>
</Span>
<Span name="String" color="#CE9178" stopateol="true" bold="false" italic="false" escapecharacter="\">
<Begin>"</Begin>
<End>"</End>
</Span>
<Span name="String" color="#CE9178" stopateol="true" bold="false" italic="false" escapecharacter="\">
<Begin>"</Begin>
<End>"</End>
</Span>
<Span name="Char" color="#CE9178" stopateol="true" bold="false" italic="false" escapecharacter="\">
<Begin>'</Begin>
<End>'</End>
</Span>
<Span name="Char" color="#CE9178" stopateol="true" bold="false" italic="false" escapecharacter="\">
<Begin>'</Begin>
<End>'</End>
</Span>
<KeyWords name="Syntax" color="#569CD6" bold="false">
<Key word="if"/>
<Key word="then"/>
<Key word="fi"/>
</KeyWords>
<KeyWords name="Syntax" color="#569CD6" bold="false">
<Key word="if"/>
<Key word="then"/>
<Key word="fi"/>
</KeyWords>
</RuleSet>
</RuleSets>
</RuleSet>
</RuleSets>
</SyntaxDefinition>