Browse Source

feat(Editor): Add .editorconfig as ini file

feature/net9
Philippe Miossec 8 months ago
parent
commit
d6544c3a84
  1. 4
      Project/Resources/INI.xshd
  2. 2
      Project/Resources/SyntaxModes.xml

4
Project/Resources/INI.xshd

@ -10,7 +10,7 @@ hello@exr.be
https://github.com/ei
-->
<SyntaxDefinition name="INI" extensions=".ini;.inf;.wer;.dof">
<SyntaxDefinition name="INI" extensions=".ini;.inf;.wer;.dof;.editorconfig">
<Environment>
<Default color="Black" bgcolor="#FFFFFF"/>
@ -38,7 +38,7 @@ https://github.com/ei
<RuleSets>
<RuleSet ignorecase="false">
<Delimiters>&amp;|\/"',;=:-</Delimiters>
<Delimiters>&amp;|\/"',;=:-</Delimiters>
<Span name="LineComment1" stopateol="true" color="Green" bold="false" italic="false">
<Begin>;</Begin>

2
Project/Resources/SyntaxModes.xml

@ -152,7 +152,7 @@
<Mode file="INI.xshd"
name="INI"
extensions=".ini;.inf;.wer;.dof" />
extensions=".ini;.inf;.wer;.dof;.editorconfig" />
<Mode file="Io.xshd"
name="Io"

Loading…
Cancel
Save