Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/simpleini.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrodie Thiesfield <brofield@gmail.com>2007-06-21 10:04:13 +0400
committerBrodie Thiesfield <brofield@gmail.com>2007-06-21 10:04:13 +0400
commit31791b471b3df504bac9a5456ed8ba7c59bc6f0c (patch)
tree5949d25d0b67ae106875e28716c40bb95f8b3c73
parent07ea8510b2f31144bb9bf526cc3500ef59a6bb5d (diff)
-rw-r--r--ini.syn36
1 files changed, 36 insertions, 0 deletions
diff --git a/ini.syn b/ini.syn
new file mode 100644
index 0000000..718c560
--- /dev/null
+++ b/ini.syn
@@ -0,0 +1,36 @@
+; Syntax file for ini files - contributed by Brodie Thiesfield
+;
+; Suggested Colors:
+; Comments (;#) Comments, Comments 2 Green
+; Sections Characters Red
+; Values Strings Blue
+
+C=1
+
+[Syntax]
+Namespace1 = 6
+IgnoreCase = Yes
+KeyWordLength = 1
+BracketChars =
+OperatorChars =
+PreprocStart =
+SyntaxStart =
+SyntaxEnd =
+HexPrefix =
+CommentStart =
+CommentEnd =
+CommentStartAlt =
+CommentEndAlt =
+SingleComment = #
+SingleCommentCol =
+SingleCommentAlt = ;
+SingleCommentColAlt =
+SingleCommentEsc =
+StringsSpanLines = No
+StringStart =
+StringEnd =
+StringAlt = =
+StringEsc =
+CharStart = [
+CharEnd = ]
+CharEsc =