summaryrefslogtreecommitdiff
path: root/support/highlight/langDefs/ini.lang
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/highlight/langDefs/ini.lang
Initial commit
Diffstat (limited to 'support/highlight/langDefs/ini.lang')
-rw-r--r--support/highlight/langDefs/ini.lang30
1 files changed, 30 insertions, 0 deletions
diff --git a/support/highlight/langDefs/ini.lang b/support/highlight/langDefs/ini.lang
new file mode 100644
index 0000000000..29809abff9
--- /dev/null
+++ b/support/highlight/langDefs/ini.lang
@@ -0,0 +1,30 @@
+# INI language definition file
+#
+# Author: Andre Simon
+# Mail: andre.simon1@gmx.de
+# Date: 28.06.2003
+# Update: 21.06.2007
+# ------------------------------------------
+# This file is a part of highlight, a free source code converter released under the GPL.
+#
+# The file is used to describe keywords and special symbols of programming languages.
+# See README in the highlight directory for details.
+#
+# New definition files for future releases of highlight are always appreciated ;)
+#
+# ----------
+# andre.simon1@gmx.de
+# http://www.andre-simon.de/
+
+$DESCRIPTION=INI
+
+$SYMBOLS= ( ) { } , : & | < > ! = / * % + -
+
+$SL_COMMENT=regex(^\s*([;#].*))
+
+#$TAG_DELIM(kwa)=[ ]
+$KEYWORDS(kwa)=regex(^\s*(\[.*\]))
+$KEYWORDS(kwb)=regex(^\s*([^=]+)\s*=)
+$KEYWORDS(kwc)=regex(^\s*[^=]+\s*=\s*(\S.*))
+
+$STRINGDELIMITERS="