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

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

This example jEdit source code file (cvs-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

at_line_start, comment1, cvs:, files:, keyword1, keyword1, mode, mode, rules, seq, seq, true, type, type

The jEdit cvs-commit.xml source code

<?xml version="1.0"?>

<!DOCTYPE MODE SYSTEM "xmode.dtd">

<!--
<MODE NAME="cvs-commit"		FILE="cvs-commit.xml"
				FILE_NAME_GLOB="cvs*.tmp"/>
-->

<MODE>
	<RULES IGNORE_CASE="TRUE" HIGHLIGHT_DIGITS="FALSE">
		<EOL_SPAN TYPE="COMMENT1" 
			DELEGATE="CHANGED" 
			AT_LINE_START="TRUE"
		>CVS:</EOL_SPAN>
	</RULES>
	<RULES SET="CHANGED" DEFAULT="COMMENT2">
		<SEQ TYPE="COMMENT1" AT_LINE_START="TRUE">CVS:
		<SEQ TYPE="KEYWORD1">Committing in
		<SEQ TYPE="KEYWORD1">Added Files:
		<SEQ TYPE="KEYWORD1">Modified Files:
		<SEQ TYPE="KEYWORD1">Removed Files:
	</RULES>
</MODE>

Other jEdit examples (source code examples)

Here is a short list of links related to this jEdit cvs-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.