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

jEdit example source code file (rtf.xml)

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

hash_char, keyword2, mark_following, mark_following, mode, mode, operator, rules, seq, seq, seq_regexp, system, type, type

The jEdit rtf.xml source code

<?xml version="1.0"?>

<!DOCTYPE MODE SYSTEM "xmode.dtd">

<!-- contributed by Lionel Fiol 
<!-- 30/MAR/2004: initial contribution                  -->

<MODE>
  <RULES>
    <!-- groups -->
    <SEQ TYPE="OPERATOR">{
    <SEQ TYPE="OPERATOR">}
    <!-- characters as hexadecimal values - eg "\'e9" -->
    <SEQ_REGEXP HASH_CHAR="\'" ESCAPE="\\" TYPE="LITERAL2">\\'\w\d
    <!-- control words added after the RTF Specification published in March 1987 - eg "\*\panose" -->
    <MARK_FOLLOWING TYPE="KEYWORD2">\*\
    <!-- control words - eg "\par" -->
    <MARK_FOLLOWING TYPE="KEYWORD1">\
  </RULES>
</MODE>

Other jEdit examples (source code examples)

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