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

jEdit example source code file (maple.xml)

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

begin, end, false, function, function, keyword1, keyword1, literal2, operator, seq, seq, span, type, type

The jEdit maple.xml source code

<?xml version="1.0"?>

<!DOCTYPE MODE SYSTEM "xmode.dtd">

<!-- Maple mode, by Jack Perry jeperry@eos.ncsu.edu -->
<!-- Based on commands for Maple 7 -->

<MODE>
	<PROPS>
		<PROPERTY NAME="lineComment" VALUE="//" />
	</PROPS>

	<RULES IGNORE_CASE="FALSE" HIGHLIGHT_DIGITS="TRUE">
		<!-- Standard literals -->
		<SPAN TYPE="LITERAL1" ESCAPE="\" NO_LINE_BREAK="FALSE">
			<BEGIN>"
			<END>"
		</SPAN>
		<SPAN TYPE="LITERAL1" ESCAPE="\" NO_LINE_BREAK="FALSE">
			<BEGIN>'
			<END>'
		</SPAN>
		<SPAN TYPE="LITERAL1" ESCAPE="\" NO_LINE_BREAK="FALSE">
			<BEGIN>`
			<END>`
		</SPAN>

		<EOL_SPAN TYPE="COMMENT1">#

		<SEQ TYPE="OPERATOR">+
		<SEQ TYPE="OPERATOR">-
		<SEQ TYPE="OPERATOR">*
		<SEQ TYPE="OPERATOR">/
		<SEQ TYPE="OPERATOR">^
		<SEQ TYPE="OPERATOR"><>
		<SEQ TYPE="OPERATOR"><=
		<SEQ TYPE="OPERATOR"><
		<SEQ TYPE="OPERATOR">>=
		<SEQ TYPE="OPERATOR">>
		<SEQ TYPE="OPERATOR">=
		<SEQ TYPE="OPERATOR">$
		<SEQ TYPE="OPERATOR">@@
		<SEQ TYPE="OPERATOR">@
		<SEQ TYPE="OPERATOR">||
		<SEQ TYPE="OPERATOR">:=
		<SEQ TYPE="OPERATOR">::
		<SEQ TYPE="OPERATOR">:-
		<SEQ TYPE="OPERATOR">&
		<SEQ TYPE="OPERATOR">!

		<KEYWORDS>
			<!-- Reserved words -->
			<KEYWORD1>and
			<KEYWORD1>or
			<KEYWORD1>xor
			<KEYWORD1>union
			<KEYWORD1>intersect
			<KEYWORD1>minus
			<KEYWORD1>mod
			<KEYWORD1>not
			<KEYWORD1>assuming
			<KEYWORD1>break
			<KEYWORD1>by
			<KEYWORD1>catch
			<KEYWORD1>description
			<KEYWORD1>do
			<KEYWORD1>done
			<KEYWORD1>elif
			<KEYWORD1>else
			<KEYWORD1>end
			<KEYWORD1>error
			<KEYWORD1>export
			<KEYWORD1>fi
			<KEYWORD1>finally
			<KEYWORD1>for
			<KEYWORD1>from
			<KEYWORD1>global
			<KEYWORD1>if
			<KEYWORD1>implies
			<KEYWORD1>in
			<KEYWORD1>local
			<KEYWORD1>module
			<KEYWORD1>next
			<KEYWORD1>od
			<KEYWORD1>option
			<KEYWORD1>options
			<KEYWORD1>proc
			<KEYWORD1>quit
			<KEYWORD1>read
			<KEYWORD1>return
			<KEYWORD1>save
			<KEYWORD1>stop
			<KEYWORD1>subset
			<KEYWORD1>then
			<KEYWORD1>to
			<KEYWORD1>try
			<KEYWORD1>use
			<KEYWORD1>while

			<!-- Standard library functions -->
			<FUNCTION>about
			<FUNCTION>ans
			<FUNCTION>add
			<FUNCTION>addcoords
			<FUNCTION>additionally
			<FUNCTION>addproperty
			<FUNCTION>addressof
			<FUNCTION>AFactor
			<FUNCTION>AFactors
			<FUNCTION>AIrreduc
			<FUNCTION>AiryAi
			<FUNCTION>AiryAiZeros
			<FUNCTION>AiryBi
			<FUNCTION>AiryBiZeros
			<FUNCTION>algebraic
			<FUNCTION>algsubs
			<FUNCTION>alias
			<FUNCTION>allvalues
			<FUNCTION>anames
			<FUNCTION>AngerJ
			<FUNCTION>antihermitian
			<FUNCTION>antisymm
			<FUNCTION>apply
			<FUNCTION>applyop
			<FUNCTION>applyrule
			<FUNCTION>arccos
			<FUNCTION>arccosh
			<FUNCTION>arccot
			<FUNCTION>arccoth
			<FUNCTION>arccsc
			<FUNCTION>arccsch
			<FUNCTION>arcsec
			<FUNCTION>arcsech
			<FUNCTION>arcsin
			<FUNCTION>arcsinh
			<FUNCTION>arctan
			<FUNCTION>arctanh
			<FUNCTION>argument
			<FUNCTION>Array
			<FUNCTION>array
			<FUNCTION>ArrayDims
			<FUNCTION>ArrayElems
			<FUNCTION>ArrayIndFns
			<FUNCTION>ArrayOptions
			<FUNCTION>assign
			<FUNCTION>assigned
			<FUNCTION>asspar
			<FUNCTION>assume
			<FUNCTION>asympt
			<FUNCTION>attributes
			<FUNCTION>band
			<FUNCTION>Berlekamp
			<FUNCTION>bernoulli
			<FUNCTION>bernstein
			<FUNCTION>BesselI
			<FUNCTION>BesselJ
			<FUNCTION>BesselJZeros
			<FUNCTION>BesselK
			<FUNCTION>BesselY
			<FUNCTION>BesselYZeros
			<FUNCTION>Beta
			<FUNCTION>branches
			<FUNCTION>C
			<FUNCTION>cat
			<FUNCTION>ceil
			<FUNCTION>changecoords
			<FUNCTION>charfcn
			<FUNCTION>ChebyshevT
			<FUNCTION>ChebyShevU
			<FUNCTION>CheckArgs
			<FUNCTION>Chi
			<FUNCTION>chrem
			<FUNCTION>Ci
			<FUNCTION>close
			<FUNCTION>coeff
			<FUNCTION>coeffs
			<FUNCTION>coeftayl
			<FUNCTION>collect
			<FUNCTION>combine
			<FUNCTION>comparray
			<FUNCTION>compiletable
			<FUNCTION>compoly
			<FUNCTION>CompSeq
			<FUNCTION>conjugate
			<FUNCTION>constant
			<FUNCTION>Content
			<FUNCTION>content
			<FUNCTION>convergs
			<FUNCTION>convert
			<FUNCTION>coords
			<FUNCTION>copy
			<FUNCTION>CopySign
			<FUNCTION>cos
			<FUNCTION>cosh
			<FUNCTION>cot
			<FUNCTION>coth
			<FUNCTION>coulditbe
			<FUNCTION>csc
			<FUNCTION>csch
			<FUNCTION>csgn
			<FUNCTION>currentdir
			<FUNCTION>curry
			<FUNCTION>CylinderD
			<FUNCTION>CylinderU
			<FUNCTION>CylinderV
			<FUNCTION>D
			<FUNCTION>dawson
			<FUNCTION>Default0
			<FUNCTION>DefaultOverflow
			<FUNCTION>DefaultUnderflow
			<FUNCTION>define
			<FUNCTION>define_external
			<FUNCTION>degree
			<FUNCTION>denom
			<FUNCTION>depends
			<FUNCTION>DESol
			<FUNCTION>Det
			<FUNCTION>diagon
			<FUNCTION>Diff
			<FUNCTION>diff
			<FUNCTION>diffop
			<FUNCTION>Digits
			<FUNCTION>dilog
			<FUNCTION>dinterp
			<FUNCTION>Dirac
			<FUNCTION>disassemble
			<FUNCTION>discont
			<FUNCTION>discrim
			<FUNCTION>dismantle
			<FUNCTION>DistDeg
			<FUNCTION>Divide
			<FUNCTION>divide
			<FUNCTION>dsolve
			<FUNCTION>efficiency
			<FUNCTION>Ei
			<FUNCTION>Eigenvals
			<FUNCTION>eliminate
			<FUNCTION>ellipsoid
			<FUNCTION>EllipticCE
			<FUNCTION>EllipticCK
			<FUNCTION>EllipticCPi
			<FUNCTION>EllipticE
			<FUNCTION>EllipticF
			<FUNCTION>EllipticK
			<FUNCTION>EllipticModulus
			<FUNCTION>EllipticNome
			<FUNCTION>EllipticPi
			<FUNCTION>elliptic_int
			<FUNCTION>entries
			<FUNCTION>erf
			<FUNCTION>erfc
			<FUNCTION>erfi
			<FUNCTION>euler
			<FUNCTION>eulermac
			<FUNCTION>Eval
			<FUNCTION>eval
			<FUNCTION>evala
			<FUNCTION>evalapply
			<FUNCTION>evalb
			<FUNCTION>evalc
			<FUNCTION>evalf
			<FUNCTION>evalfint
			<FUNCTION>evalhf
			<FUNCTION>evalm
			<FUNCTION>evaln
			<FUNCTION>evalr
			<FUNCTION>evalrC
			<FUNCTION>events
			<FUNCTION>Excel
			<FUNCTION>exists
			<FUNCTION>exp
			<FUNCTION>Expand
			<FUNCTION>expand
			<FUNCTION>expandoff
			<FUNCTION>expandon
			<FUNCTION>exports
			<FUNCTION>extract
			<FUNCTION>extrema
			<FUNCTION>Factor
			<FUNCTION>factor
			<FUNCTION>Factors
			<FUNCTION>factors
			<FUNCTION>fclose
			<FUNCTION>fdiscont
			<FUNCTION>feof
			<FUNCTION>fflush
			<FUNCTION>FFT
			<FUNCTION>filepos
			<FUNCTION>fixdiv
			<FUNCTION>float
			<FUNCTION>floor
			<FUNCTION>fnormal
			<FUNCTION>fold
			<FUNCTION>fopen
			<FUNCTION>forall
			<FUNCTION>forget
			<FUNCTION>fprintf
			<FUNCTION>frac
			<FUNCTION>freeze
			<FUNCTION>frem
			<FUNCTION>fremove
			<FUNCTION>FresnelC
			<FUNCTION>Fresnelf
			<FUNCTION>Fresnelg
			<FUNCTION>FresnelS
			<FUNCTION>FromInert
			<FUNCTION>frontend
			<FUNCTION>fscanf
			<FUNCTION>fsolve
			<FUNCTION>galois
			<FUNCTION>GAMMA
			<FUNCTION>GaussAGM
			<FUNCTION>Gausselim
			<FUNCTION>Gaussjord
			<FUNCTION>gc
			<FUNCTION>Gcd
			<FUNCTION>gcd
			<FUNCTION>Gcdex
			<FUNCTION>gcdex
			<FUNCTION>GegenbauerC
			<FUNCTION>genpoly
			<FUNCTION>getenv
			<FUNCTION>GetResultDataType
			<FUNCTION>GetResultShape
			<FUNCTION>GF
			<FUNCTION>Greek
			<FUNCTION>HankelH1
			<FUNCTION>HankelH2
			<FUNCTION>harmonic
			<FUNCTION>has
			<FUNCTION>hasfun
			<FUNCTION>hasoption
			<FUNCTION>hastype
			<FUNCTION>heap
			<FUNCTION>Heaviside
			<FUNCTION>Hermite
			<FUNCTION>HermiteH
			<FUNCTION>hermitian
			<FUNCTION>Hessenberg
			<FUNCTION>hfarray
			<FUNCTION>history
			<FUNCTION>hypergeom
			<FUNCTION>icontent
			<FUNCTION>identity
			<FUNCTION>IEEEdiffs
			<FUNCTION>ifactor
			<FUNCTION>ifactors
			<FUNCTION>iFFT
			<FUNCTION>igcd
			<FUNCTION>igcdex
			<FUNCTION>ilcm
			<FUNCTION>ilog10
			<FUNCTION>ilog2
			<FUNCTION>ilog
			<FUNCTION>Im
			<FUNCTION>implicitdiff
			<FUNCTION>ImportMatrix
			<FUNCTION>ImportVector
			<FUNCTION>indets
			<FUNCTION>index
			<FUNCTION>indexed
			<FUNCTION>indices
			<FUNCTION>inifcn
			<FUNCTION>ininame
			<FUNCTION>initialcondition
			<FUNCTION>initialize
			<FUNCTION>insert
			<FUNCTION>int
			<FUNCTION>intat
			<FUNCTION>interface
			<FUNCTION>Interp
			<FUNCTION>interp
			<FUNCTION>Inverse
			<FUNCTION>invfunc
			<FUNCTION>invztrans
			<FUNCTION>iostatus
			<FUNCTION>iperfpow
			<FUNCTION>iquo
			<FUNCTION>iratrecon
			<FUNCTION>irem
			<FUNCTION>iroot
			<FUNCTION>Irreduc
			<FUNCTION>irreduc
			<FUNCTION>is
			<FUNCTION>iscont
			<FUNCTION>isdifferential
			<FUNCTION>IsMatrixShape
			<FUNCTION>isolate
			<FUNCTION>isolve
			<FUNCTION>ispoly
			<FUNCTION>isprime
			<FUNCTION>isqrfree
			<FUNCTION>isqrt
			<FUNCTION>issqr
			<FUNCTION>ithprime
			<FUNCTION>JacobiAM
			<FUNCTION>JacobiCD
			<FUNCTION>JacobiCN
			<FUNCTION>JacobiCS
			<FUNCTION>JacobiDC
			<FUNCTION>JacobiDN
			<FUNCTION>JacobiDS
			<FUNCTION>JacobiNC
			<FUNCTION>JacobiND
			<FUNCTION>JacobiNS
			<FUNCTION>JacobiP
			<FUNCTION>JacobiSC
			<FUNCTION>JacobiSD
			<FUNCTION>JacobiSN
			<FUNCTION>JacobiTheta1
			<FUNCTION>JacobiTheta2
			<FUNCTION>JacobiTheta3
			<FUNCTION>JacobiTheta4
			<FUNCTION>JacobiZeta
			<FUNCTION>KelvinBei
			<FUNCTION>KelvinBer
			<FUNCTION>KelvinHei
			<FUNCTION>KelvinHer
			<FUNCTION>KelvinKei
			<FUNCTION>KelvinKer
			<FUNCTION>KummerM
			<FUNCTION>KummerU
			<FUNCTION>LaguerreL
			<FUNCTION>LambertW
			<FUNCTION>latex
			<FUNCTION>lattice
			<FUNCTION>lcm
			<FUNCTION>Lcm
			<FUNCTION>lcoeff
			<FUNCTION>leadterm
			<FUNCTION>LegendreP
			<FUNCTION>LegendreQ
			<FUNCTION>length
			<FUNCTION>LerchPhi
			<FUNCTION>lexorder
			<FUNCTION>lhs
			<FUNCTION>CLi
			<FUNCTION>Limit
			<FUNCTION>limit
			<FUNCTION>Linsolve
			<FUNCTION>ln
			<FUNCTION>lnGAMMA
			<FUNCTION>log
			<FUNCTION>log10
			<FUNCTION>LommelS1
			<FUNCTION>Lommels2
			<FUNCTION>lprint
			<FUNCTION>map
			<FUNCTION>map2
			<FUNCTION>Maple_floats
			<FUNCTION>match
			<FUNCTION>MatlabMatrix
			<FUNCTION>Matrix
			<FUNCTION>matrix
			<FUNCTION>MatrixOptions
			<FUNCTION>max
			<FUNCTION>maximize
			<FUNCTION>maxnorm
			<FUNCTION>maxorder
			<FUNCTION>MeijerG
			<FUNCTION>member
			<FUNCTION>min
			<FUNCTION>minimize
			<FUNCTION>mkdir
			<FUNCTION>ModifiedMeijerG
			<FUNCTION>modp
			<FUNCTION>modp1
			<FUNCTION>modp2
			<FUNCTION>modpol
			<FUNCTION>mods
			<FUNCTION>module
			<FUNCTION>MOLS
			<FUNCTION>msolve
			<FUNCTION>mtaylor
			<FUNCTION>mul
			<FUNCTION>NextAfter
			<FUNCTION>nextprime
			<FUNCTION>nops
			<FUNCTION>norm
			<FUNCTION>norm
			<FUNCTION>Normal
			<FUNCTION>normal
			<FUNCTION>nprintf
			<FUNCTION>Nullspace
			<FUNCTION>numboccur
			<FUNCTION>numer
			<FUNCTION>NumericClass
			<FUNCTION>NumericEvent
			<FUNCTION>NumericEventHandler
			<FUNCTION>NumericException
			<FUNCTION>numerics
			<FUNCTION>NumericStatus
			<FUNCTION>odetest
			<FUNCTION>op
			<FUNCTION>open
			<FUNCTION>order
			<FUNCTION>OrderedNE
			<FUNCTION>parse
			<FUNCTION>patmatch
			<FUNCTION>pclose
			<FUNCTION>PDEplot_options
			<FUNCTION>pdesolve
			<FUNCTION>pdetest
			<FUNCTION>pdsolve
			<FUNCTION>piecewise
			<FUNCTION>plot
			<FUNCTION>plot3d
			<FUNCTION>plotsetup
			<FUNCTION>pochhammer
			<FUNCTION>pointto
			<FUNCTION>poisson
			<FUNCTION>polar
			<FUNCTION>polylog
			<FUNCTION>polynom
			<FUNCTION>Power
			<FUNCTION>Powmod
			<FUNCTION>powmod
			<FUNCTION>Prem
			<FUNCTION>prem
			<FUNCTION>Preprocessor
			<FUNCTION>prevprime
			<FUNCTION>Primitive
			<FUNCTION>Primpart
			<FUNCTION>primpart
			<FUNCTION>print
			<FUNCTION>printf
			<FUNCTION>ProbSplit
			<FUNCTION>procbody
			<FUNCTION>ProcessOptions
			<FUNCTION>procmake
			<FUNCTION>Product
			<FUNCTION>product
			<FUNCTION>proot
			<FUNCTION>property
			<FUNCTION>protect
			<FUNCTION>Psi
			<FUNCTION>psqrt
			<FUNCTION>queue
			<FUNCTION>Quo
			<FUNCTION>quo
			<FUNCTION>radfield
			<FUNCTION>radnormal
			<FUNCTION>radsimp
			<FUNCTION>rand
			<FUNCTION>randomize
			<FUNCTION>Randpoly
			<FUNCTION>randpoly
			<FUNCTION>Randprime
			<FUNCTION>range
			<FUNCTION>ratinterp
			<FUNCTION>rationalize
			<FUNCTION>Ratrecon
			<FUNCTION>ratrecon
			<FUNCTION>Re
			<FUNCTION>readbytes
			<FUNCTION>readdata
			<FUNCTION>readlib
			<FUNCTION>readline
			<FUNCTION>readstat
			<FUNCTION>realroot
			<FUNCTION>Record
			<FUNCTION>Reduce
			<FUNCTION>references
			<FUNCTION>release
			<FUNCTION>Rem
			<FUNCTION>rem
			<FUNCTION>remove
			<FUNCTION>repository
			<FUNCTION>requires
			<FUNCTION>residue
			<FUNCTION>RESol
			<FUNCTION>Resultant
			<FUNCTION>resultant
			<FUNCTION>rhs
			<FUNCTION>rmdir
			<FUNCTION>root
			<FUNCTION>rootbound
			<FUNCTION>RootOf
			<FUNCTION>Roots
			<FUNCTION>roots
			<FUNCTION>round
			<FUNCTION>Rounding
			<FUNCTION>rsolve
			<FUNCTION>rtable
			<FUNCTION>rtable_algebra
			<FUNCTION>rtable_dims
			<FUNCTION>rtable_elems
			<FUNCTION>rtable_indfns
			<FUNCTION>rtable_options
			<FUNCTION>rtable_printf
			<FUNCTION>rtable_scanf
			<FUNCTION>SampleRTable
			<FUNCTION>savelib
			<FUNCTION>Scale10
			<FUNCTION>Scale2
			<FUNCTION>scalar
			<FUNCTION>scan
			<FUNCTION>scanf
			<FUNCTION>SearchText
			<FUNCTION>searchtext
			<FUNCTION>sec
			<FUNCTION>sech
			<FUNCTION>select
			<FUNCTION>selectfun
			<FUNCTION>selectremove
			<FUNCTION>seq
			<FUNCTION>series
			<FUNCTION>setattribute
			<FUNCTION>SFloatExponent
			<FUNCTION>SFloatMantissa
			<FUNCTION>shale
			<FUNCTION>Shi
			<FUNCTION>showprofile
			<FUNCTION>showtime
			<FUNCTION>Si
			<FUNCTION>sign
			<FUNCTION>signum
			<FUNCTION>Simplify
			<FUNCTION>simplify
			<FUNCTION>sin
			<FUNCTION>sinh
			<FUNCTION>singular
			<FUNCTION>sinterp
			<FUNCTION>smartplot3d
			<FUNCTION>Smith
			<FUNCTION>solve
			<FUNCTION>solvefor
			<FUNCTION>sort
			<FUNCTION>sparse
			<FUNCTION>spec_eval_rule
			<FUNCTION>spline
			<FUNCTION>spreadsheet
			<FUNCTION>SPrem
			<FUNCTION>sprem
			<FUNCTION>sprintf
			<FUNCTION>Sqrfree
			<FUNCTION>sqrfree
			<FUNCTION>sqrt
			<FUNCTION>sscanf
			<FUNCTION>Ssi
			<FUNCTION>ssystem
			<FUNCTION>storage
			<FUNCTION>string
			<FUNCTION>StruveH
			<FUNCTION>StruveL
			<FUNCTION>sturm
			<FUNCTION>sturmseq
			<FUNCTION>subs
			<FUNCTION>subsindets
			<FUNCTION>subsop
			<FUNCTION>substring
			<FUNCTION>subtype
			<FUNCTION>Sum
			<FUNCTION>sum
			<FUNCTION>surd
			<FUNCTION>Svd
			<FUNCTION>symmdiff
			<FUNCTION>symmetric
			<FUNCTION>syntax
			<FUNCTION>system
			<FUNCTION>table
			<FUNCTION>tan
			<FUNCTION>tang
			<FUNCTION>taylor
			<FUNCTION>testeq
			<FUNCTION>testfloat
			<FUNCTION>TEXT
			<FUNCTION>thaw
			<FUNCTION>thiele
			<FUNCTION>time
			<FUNCTION>timelimit
			<FUNCTION>ToInert
			<FUNCTION>TopologicalSort
			<FUNCTION>traperror
			<FUNCTION>triangular
			<FUNCTION>trigsubs
			<FUNCTION>trunc
			<FUNCTION>type
			<FUNCTION>typematch
			<FUNCTION>unames
			<FUNCTION>unapply
			<FUNCTION>unassign
			<FUNCTION>undefined
			<FUNCTION>unit
			<FUNCTION>Unordered
			<FUNCTION>unprotect
			<FUNCTION>update
			<FUNCTION>UseHardwareFloats
			<FUNCTION>userinfo
			<FUNCTION>value
			<FUNCTION>Vector
			<FUNCTION>vector
			<FUNCTION>verify
			<FUNCTION>WeierstrassP
			<FUNCTION>WeberE
			<FUNCTION>WeierstrassPPrime
			<FUNCTION>WeierstrassSigma
			<FUNCTION>WeierstrassZeta
			<FUNCTION>whattype
			<FUNCTION>WhittakerM
			<FUNCTION>WhittakerW
			<FUNCTION>with
			<FUNCTION>worksheet
			<FUNCTION>writebytes
			<FUNCTION>writedata
			<FUNCTION>writeline
			<FUNCTION>writestat
			<FUNCTION>writeto
			<FUNCTION>zero
			<FUNCTION>Zeta
			<FUNCTION>zip
			<FUNCTION>ztrans

			<!-- Initially known names -->
			<LITERAL2>Catalan
			<LITERAL2>constants
			<LITERAL2>Digits
			<LITERAL2>FAIL
			<LITERAL2>false
			<LITERAL2>gamma
			<LITERAL2>I
			<LITERAL2>infinity
			<LITERAL2>integrate
			<LITERAL2>lasterror
			<LITERAL2>libname
			<LITERAL2>`mod`
			<LITERAL2>NULL
			<LITERAL2>Order
			<LITERAL2>Pi
			<LITERAL2>printlevel
			<LITERAL2>true
			<LITERAL2>undefined
		</KEYWORDS>
	</RULES>
</MODE>

Other jEdit examples (source code examples)

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