alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

jEdit example source code file (svn-commit.xml)

This example jEdit source code file (svn-commit.xml) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - jEdit tags/keywords

a, at_line_start, at_line_start, changed, comment2, eol_span, mode, mode, rules, system, true, true, type, type

The jEdit svn-commit.xml source code

<?xml version="1.0"?>

<!DOCTYPE MODE SYSTEM "xmode.dtd">

<!--
<MODE NAME="svn-commit"		FILE="svn-commit.xml"/>
-->

<MODE>
	<RULES IGNORE_CASE="TRUE" HIGHLIGHT_DIGITS="FALSE">
		<SEQ TYPE="COMMENT1" 
			DELEGATE="CHANGED" 
			AT_LINE_START="TRUE"
		>--This line, and those below, will be ignored--</SEQ>
	</RULES>
	<RULES SET="CHANGED">
		<EOL_SPAN AT_LINE_START="TRUE" TYPE="COMMENT2">A
		<EOL_SPAN AT_LINE_START="TRUE" TYPE="COMMENT2">D
		<EOL_SPAN AT_LINE_START="TRUE" TYPE="COMMENT2">M
		<EOL_SPAN AT_LINE_START="TRUE" TYPE="COMMENT2">_
	</RULES>
</MODE>

Other jEdit examples (source code examples)

Here is a short list of links related to this jEdit svn-commit.xml source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.