summaryrefslogtreecommitdiff
path: root/support/highlight/langDefs/jsp.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/jsp.lang
Initial commit
Diffstat (limited to 'support/highlight/langDefs/jsp.lang')
-rw-r--r--support/highlight/langDefs/jsp.lang31
1 files changed, 31 insertions, 0 deletions
diff --git a/support/highlight/langDefs/jsp.lang b/support/highlight/langDefs/jsp.lang
new file mode 100644
index 0000000000..4915f80671
--- /dev/null
+++ b/support/highlight/langDefs/jsp.lang
@@ -0,0 +1,31 @@
+# JSP 2.0 language definition file
+#
+# Author: Andre Simon
+# Mail: andre.simon1@gmx.de
+# Date: 19.9.2003
+# 28.01.2008 Replaced KW_DELIM entry by regexes (ASim)
+# ------------------------------------------
+# 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=JSP
+
+$INCLUDE=java
+
+#$STRINGDELIMITERS=" '
+
+#$KEYWORDS(kwa)=regex(<!?\/?\w+>?|>)
+#$KEYWORDS(kwb)=regex(([-\w]+)=")
+#$KEYWORDS(kwc)=regex(\&\#?\w+;)
+
+#$ML_COMMENT=<%-- --%>
+
+#$IGNORECASE=false