1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE language
[
<!ENTITY wordsep "(?:[][,?;()]|\.$|\.?\s|$)"> <!-- things that end a TagWord -->
<!ENTITY sl_word ".*?(?=&wordsep;)">
<!ENTITY ml_word ".*?(?=&wordsep;|\*/)">
]>
<language name="Doxygen"
version="15"
kateversion="5.0"
section="Markup"
extensions="*.dox;*.doxygen"
mimetype="text/x-doxygen"
author="Dominik Haumann (dhaumann@kde.org)"
license="MIT"
priority="9">
<highlighting>
<!-- NOTE: all tags may begin with a \ or @ char
so if you add/change tags you have to do it twice -->
<!-- NOTE: Tags @code/@endcode, @dot/@enddot, @vermatim/@endverbatim, @msc/@endmsc, @f[/@f]
do not present in keywords due separate handle rules...
-->
<list name="TagOnly">
<item>\arg</item> <item>@arg</item>
<item>\author</item> <item>@author</item>
<item>\authors</item> <item>@authors</item>
<item>\brief</item> <item>@brief</item>
<item>\callgraph</item> <item>@callgraph</item>
<item>\callergraph</item> <item>@callergraph</item>
<item>\date</item> <item>@date</item>
<item>\deprecated</item> <item>@deprecated</item>
<item>\details</item> <item>@details</item>
<item>\docbookonly</item> <item>@docbookonly</item>
<item>\else</item> <item>@else</item>
<item>\endcond</item> <item>@endcond</item>
<item>\enddocbookonly</item> <item>@enddocbookonly</item>
<item>\endhtmlonly</item> <item>@endhtmlonly</item>
<item>\endif</item> <item>@endif</item>
<item>\endinternal</item> <item>@endinternal</item>
<item>\endlatexonly</item> <item>@endlatexonly</item>
<item>\endlink</item> <item>@endlink</item>
<item>\endmanonly</item> <item>@endmanonly</item>
<item>\endparblock</item> <item>@endparblock</item>
<item>\endrtfonly</item> <item>@endrtfonly</item>
<item>\endsecreflist</item> <item>@endsecreflist</item>
<item>\endxmlonly</item> <item>@endxmlonly</item>
<item>\hideinitializer</item> <item>@hideinitializer</item>
<item>\htmlonly</item> <item>@htmlonly</item>
<!-- TODO @internal is a candidate to be handled separately, cuz may introduce folding region -->
<item>\internal</item> <item>@internal</item>
<item>\invariant</item> <item>@invariant</item>
<item>\latexonly</item> <item>@latexonly</item>
<item>\li</item> <item>@li</item>
<item>\manonly</item> <item>@manonly</item>
<item>\n</item> <item>@n</item>
<item>\nosubgrouping</item> <item>@nosubgrouping</item>
<item>\only</item> <item>@only</item>
<item>\parblock</item> <item>@parblock</item>
<item>\post</item> <item>@post</item>
<item>\pre</item> <item>@pre</item>
<item>\private</item> <item>@pivate</item>
<item>\privatesection</item> <item>@pivatesection</item>
<item>\protected</item> <item>@protected</item>
<item>\protectedsection</item> <item>@protectedsection</item>
<item>\public</item> <item>@public</item>
<item>\publicsection</item> <item>@publicsection</item>
<item>\pure</item> <item>@pure</item>
<item>\remark</item> <item>@remark</item>
<item>\remarks</item> <item>@remarks</item>
<item>\return</item> <item>@return</item>
<item>\returns</item> <item>@returns</item>
<item>\result</item> <item>@result</item>
<item>\rtfonly</item> <item>@rtfonly</item>
<item>\sa</item> <item>@sa</item>
<item>\secreflist</item> <item>@secreflist</item>
<item>\see</item> <item>@see</item>
<item>\short</item> <item>@short</item>
<item>\showinitializer</item> <item>@showinitializer</item>
<item>\since</item> <item>@since</item>
<item>\static</item> <item>@static</item>
<item>\tableofcontents</item> <item>@tableofcontents</item>
<item>\test</item> <item>@test</item>
<item>\version</item> <item>@version</item>
<item>\xmlonly</item> <item>@xmlonly</item>
</list>
<list name="TagWord">
<item>\a</item> <item>@a</item>
<item>\anchor</item> <item>@anchor</item>
<item>\b</item> <item>@b</item>
<item>\c</item> <item>@c</item>
<item>\cite</item> <item>@cite</item>
<item>\cond</item> <item>@cond</item>
<item>\copybrief</item> <item>@copybrief</item>
<item>\copydetails</item> <item>@copydetails</item>
<item>\copydoc</item> <item>@copydoc</item>
<item>\def</item> <item>@def</item>
<item>\dir</item> <item>@dir</item>
<item>\dontinclude</item> <item>@dontinclude</item>
<item>\e</item> <item>@e</item>
<item>\elseif</item> <item>@elseif</item>
<item>\em</item> <item>@em</item>
<item>\enum</item> <item>@enum</item>
<item>\example</item> <item>@example</item>
<item>\exception</item> <item>@exception</item>
<item>\exceptions</item> <item>@exceptions</item>
<item>\extends</item> <item>@extends</item>
<item>\file</item> <item>@file</item>
<item>\htmlinclude</item> <item>@htmlinclude</item>
<item>\idlexcept</item> <item>@idlexcept</item>
<item>\if</item> <item>@if</item>
<item>\ifnot</item> <item>@ifnot</item>
<item>\implements</item> <item>@implements</item>
<item>\include</item> <item>@include</item>
<item>\includelineno</item> <item>@includelineno</item>
<item>\latexinclude</item> <item>@latexinclude</item>
<item>\link</item> <item>@link</item>
<item>\memberof</item> <item>@memberof</item>
<item>\namespace</item> <item>@namespace</item>
<item>\p</item> <item>@p</item>
<item>\package</item> <item>@package</item>
<item>\property</item> <item>@property</item>
<item>\relatedalso</item> <item>@relatedalso</item>
<item>\relatesalso</item> <item>@relatesalso</item>
<item>\related</item> <item>@related</item>
<item>\relates</item> <item>@relates</item>
<item>\retval</item> <item>@retval</item>
<item>\throw</item> <item>@throw</item>
<item>\throws</item> <item>@throws</item>
<item>\verbinclude</item> <item>@verbinclude</item>
<item>\version</item> <item>@version</item>
<!-- TODO Introduce separate context for @xrefitem? -->
<item>\xrefitem</item> <item>@xrefitem</item>
</list>
<list name="TagParam">
<item>\param</item> <item>@param</item>
<!-- TODO @tparam has no optional direction actually! -->
<item>\tparam</item> <item>@tparam</item>
</list>
<!-- TODO Better (separate?) highlighting for @image required -->
<list name="TagWordWord">
<item>\image</item> <item>@image</item>
</list>
<!-- TODO @union, @struct, @protocol, @interface, @class, @category
actually takes 3 params, 1 mandatory and 2 optional
-->
<!-- TODO @headerfile actually takes 2 params, where last one is optional -->
<list name="TagWordString">
<item>\addtogroup</item> <item>@addtogroup</item>
<item>\category</item> <item>@category</item>
<item>\class</item> <item>@class</item>
<item>\diafile</item> <item>@diafile</item>
<item>\dotfile</item> <item>@dotfile</item>
<item>\defgroup</item> <item>@defgroup</item>
<item>\interface</item> <item>@interface</item>
<item>\headerfile</item> <item>@headerfile</item>
<item>\mscfile</item> <item>@mscfile</item>
<item>\page</item> <item>@page</item>
<item>\paragraph</item> <item>@paragraph</item>
<item>\protocol</item> <item>@prtocol</item>
<item>\ref</item> <item>@ref</item>
<item>\section</item> <item>@section</item>
<item>\snippet</item> <item>@snippet</item>
<item>\struct</item> <item>@struct</item>
<item>\subpage</item> <item>@subpage</item>
<item>\subsection</item> <item>@subsection</item>
<item>\subsubsection</item> <item>@subsubsection</item>
<item>\union</item> <item>@union</item>
<item>\weakgroup</item> <item>@weakgroup</item>
</list>
<list name="TagString">
<item>\addindex</item> <item>@addindex</item>
<item>\copyright</item> <item>@copyright</item>
<item>\fn</item> <item>@fn</item>
<item>\ingroup</item> <item>@ingroup</item>
<item>\line</item> <item>@line</item>
<item>\mainpage</item> <item>@mainpage</item>
<item>\name</item> <item>@name</item>
<item>\overload</item> <item>@overload</item>
<item>\par</item> <item>@par</item>
<item>\skip</item> <item>@skip</item>
<item>\skipline</item> <item>@skipline</item>
<item>\typedef</item> <item>@typedef</item>
<item>\until</item> <item>@until</item>
<item>\var</item> <item>@var</item>
<item>\vhdlflow</item> <item>@vhdlflow</item>
</list>
<list name="TagEnd">
<item>\endcode</item> <item>@endcode</item>
<item>\endverbatim</item> <item>@endverbatim</item>
<item>\endmsc</item> <item>@endmsc</item>
<item>\enddot</item> <item>@enddot</item>
</list>
<list name="Note">
<item>\note</item> <item>@note</item>
</list>
<list name="Warning">
<item>\warning</item> <item>@warning</item>
</list>
<list name="Attention">
<item>\attention</item> <item>@attention</item>
<item>\bug</item> <item>@bug</item>
</list>
<list name="Todo">
<item>\todo</item> <item>@todo</item>
</list>
<contexts>
<!--
Different types of recognized command formats:
(w/ params specified according doxygen manual (http://www.stack.nl/~dimitri/doxygen/commands.html))
@tag : TagOnly
@tag <word> : TagWord
@tag (rest_of_line) : TagString
@tag {paragraph} : TagOnly
@tag <word> <word> : TagWordWord
@tag <word> (rest_of_line) : TagWordString
TODO Not all commands are handled properly nowadays :( Need few more contexts...
-->
<context attribute="Normal Text" lineEndContext="#stay" name="Normal">
<RegExpr attribute="Comment" context="LineComment" String="//(?:!|(?:/(?=[^/]|$)))<?" />
<RegExpr attribute="Comment" context="BlockComment" String="/\*(?:\*[^*/]|!|[*!]<|\*$)" beginRegion="BlockComment" />
<RegExpr attribute="Region" context="#stay" String="//\s*@\{\s*$" beginRegion="MemberGroup" />
<RegExpr attribute="Region" context="#stay" String="//\s*@\}\s*$" endRegion="MemberGroup" />
<RegExpr attribute="Region" context="#stay" String="/\*\s*@\{\s*\*/" beginRegion="MemberGroup" />
<RegExpr attribute="Region" context="#stay" String="/\*\s*@\}\s*\*/" endRegion="MemberGroup" />
</context>
<context attribute="Comment" lineEndContext="#pop" name="LineComment">
<LineContinue attribute="Comment" context="#stay" />
<DetectSpaces />
<IncludeRules context="##Comments" />
<DetectIdentifier />
<AnyChar attribute="Comment" context="SL_StartTag" String="\@" lookAhead="true" />
<DetectChar attribute="Comment" context="SL_StartHTMLTag" char="<" lookAhead="true" />
<DetectChar attribute="Comment" context="Entities" char="&" lookAhead="true" />
</context>
<context attribute="Comment" lineEndContext="#stay" name="BlockComment">
<DetectSpaces />
<IncludeRules context="##Comments" />
<DetectIdentifier />
<AnyChar attribute="Comment" context="ML_StartTag" String="\@" lookAhead="true" />
<Detect2Chars attribute="Comment" context="#pop" char="*" char1="/" endRegion="BlockComment" />
<DetectChar attribute="Comment" context="ML_StartHTMLTag" char="<" lookAhead="true" />
<DetectChar attribute="Comment" context="Entities" char="&" lookAhead="true" />
</context>
<!-- NOTE: all contexts beginning with ML_ are for multiline comments
The following contexts contain a Detect2Chars that looks for a */ sequence
to end multiline comments. Singleline comments do not have this limitation -
that's why all contexts are copy&pasted and the line <Detect2Chars ... */> is removed.
<IncludeRules context="acontext"> could be used instead but it would make context switching
much more complex and very hard to understand! (But use IncludeRules where the rules don't
refer to another SL_*/ML_* context, to help maintainability.)
-->
<context attribute="Comment" lineEndContext="#pop" name="ML_StartTag">
<keyword attribute="Tags" context="#pop!ML_TagWord" String="TagWord" />
<keyword attribute="Tags" context="#pop!ML_TagParam" String="TagParam" />
<keyword attribute="Tags" context="#pop!ML_TagWordWord" String="TagWordWord" />
<keyword attribute="Tags" context="#pop!ML_TagString" String="TagString" />
<keyword attribute="Tags" context="#pop!ML_TagWordString" String="TagWordString" />
<WordDetect attribute="Tags" context="#pop!ML_Code" String="\code" beginRegion="VerbatimBlock" />
<WordDetect attribute="Tags" context="#pop!ML_Code" String="@code" beginRegion="VerbatimBlock" />
<WordDetect attribute="Tags" context="#pop!ML_Verbatim" String="\verbatim" beginRegion="VerbatimBlock" />
<WordDetect attribute="Tags" context="#pop!ML_Verbatim" String="@verbatim" beginRegion="VerbatimBlock" />
<WordDetect attribute="Tags" context="#pop!ML_Formula" String="\f[" beginRegion="VerbatimBlock" />
<WordDetect attribute="Tags" context="#pop!ML_Formula" String="@f[" beginRegion="VerbatimBlock" />
<StringDetect attribute="Tags" context="#pop!ML_FormulaShort" String="\f$" beginRegion="VerbatimBlock" />
<StringDetect attribute="Tags" context="#pop!ML_FormulaShort" String="@f$" beginRegion="VerbatimBlock" />
<StringDetect attribute="Tags" context="#pop!ML_FormulaEnv" String="\f{" beginRegion="VerbatimBlock" />
<StringDetect attribute="Tags" context="#pop!ML_FormulaEnv" String="@f{" beginRegion="VerbatimBlock" />
<WordDetect attribute="Tags" context="#pop!ML_Msc" String="\msc" beginRegion="VerbatimBlock" />
<WordDetect attribute="Tags" context="#pop!ML_Msc" String="@msc" beginRegion="VerbatimBlock" />
<WordDetect attribute="Tags" context="#pop!ML_Dot" String="\dot" beginRegion="VerbatimBlock" />
<WordDetect attribute="Tags" context="#pop!ML_Dot" String="@dot" beginRegion="VerbatimBlock" />
<IncludeRules context="Inc_OtherTag" />
</context>
<context attribute="Comment" lineEndContext="#pop" name="ML_StartHTMLTag">
<Detect2Chars attribute="Comment" context="#pop" char="<" char1="<" />
<RegExpr attribute="HTML Tag" context="#pop!ML_htmltag" String="<\/?[-\w0-9._:@]+" />
<StringDetect attribute="HTML Comment" context="#pop!ML_htmlcomment" String="<!--" />
<DetectChar attribute="Comment" context="#pop" char="<" />
</context>
<!-- tag contexts -->
<context attribute="Comment" lineEndContext="#pop" name="ML_TagWord">
<DetectSpaces />
<Detect2Chars attribute="Comment" context="#pop#pop" char="*" char1="/" endRegion="BlockComment" />
<keyword attribute="Tags" context="#pop!ML_TagWord" String="TagWord" />
<IncludeRules context="ML_Inc_Word" />
</context>
<context attribute="Comment" lineEndContext="#pop" name="ML_TagParam">
<DetectSpaces />
<Detect2Chars attribute="Comment" context="#pop#pop" char="*" char1="/" endRegion="BlockComment" />
<StringDetect attribute="Tags" context="#pop!ML_TagWord" String="[in]" />
<StringDetect attribute="Tags" context="#pop!ML_TagWord" String="[out]" />
<StringDetect attribute="Tags" context="#pop!ML_TagWord" String="[in,out]" />
<IncludeRules context="ML_Inc_Word" />
</context>
<context attribute="Comment" lineEndContext="#pop" name="ML_TagWordWord">
<DetectSpaces />
<Detect2Chars attribute="Comment" context="#pop#pop" char="*" char1="/" endRegion="BlockComment" />
<RegExpr attribute="Word" context="#pop!ML_TagWord" String="&ml_word;" />
</context>
<context attribute="Comment" lineEndContext="#pop" name="ML_TagString">
<DetectSpaces />
<Detect2Chars attribute="Comment" context="#pop#pop" char="*" char1="/" endRegion="BlockComment" />
<StringDetect attribute="HTML Comment" context="ML_htmlcomment" String="<!--" />
<Detect2Chars attribute="Comment" context="#stay" char="<" char1="<" />
<RegExpr attribute="HTML Tag" context="ML_htmltag" String="<\/?[-\w0-9._:@]+" />
<RegExpr attribute="Description" context="#stay" String="[<*]?[^<*\s]+" />
</context>
<context attribute="Comment" lineEndContext="#pop" name="ML_TagWordString">
<DetectSpaces />
<Detect2Chars attribute="Comment" context="#pop#pop" char="*" char1="/" endRegion="BlockComment" />
<IncludeRules context="ML_Inc_Word" />
</context>
<context name="ML_Inc_Word" attribute="Word" lineEndContext="#pop">
<RegExpr attribute="Word" context="#pop" String="&ml_word;" />
</context>
<!-- html contexts -->
<context name="ML_htmltag" attribute="Identifier" lineEndContext="#stay">
<Detect2Chars attribute="Comment" context="#pop#pop" char="*" char1="/" endRegion="BlockComment" />
<Detect2Chars attribute="HTML Tag" context="#pop" char="/" char1=">" />
<DetectChar attribute="HTML Tag" context="#pop" char=">" />
<DetectSpaces />
<DetectChar attribute="Identifier" context="ML_identifiers" char="=" />
</context>
<context name="ML_htmlcomment" attribute="HTML Comment" lineEndContext="#stay">
<DetectSpaces />
<Detect2Chars attribute="Comment" context="#pop#pop" char="*" char1="/" endRegion="BlockComment" />
<IncludeRules context="##Comments" />
<DetectIdentifier />
<StringDetect attribute="HTML Comment" context="#pop" String="-->" />
</context>
<context name="ML_identifiers" attribute="Identifier" lineEndContext="#stay">
<DetectSpaces />
<Detect2Chars attribute="Comment" context="#pop#pop#pop" char="*" char1="/" endRegion="BlockComment" />
<DetectChar attribute="Types" context="ML_types1" char="'" />
<DetectChar attribute="Types" context="ML_types2" char=""" />
</context>
<context name="ML_types1" attribute="Types" lineEndContext="#stay">
<Detect2Chars attribute="Comment" context="#pop#pop#pop#pop" char="*" char1="/" endRegion="BlockComment" />
<DetectChar attribute="Types" context="#pop#pop" char="'" />
</context>
<context name="ML_types2" attribute="Types" lineEndContext="#stay">
<Detect2Chars attribute="Comment" context="#pop#pop#pop#pop" char="*" char1="/" endRegion="BlockComment" />
<DetectChar attribute="Types" context="#pop#pop" char=""" />
</context>
<context name="ML_FindNextLine" attribute="Comment" lineEndContext="#stay" fallthrough="true" fallthroughContext="#pop">
<DetectSpaces />
<Detect2Chars attribute="Comment" context="#pop!ML_End_BlockComment" char="*" char1="/" endRegion="VerbatimBlock" lookAhead="1"/>
<Detect2Chars attribute="Comment" context="ML_VerbatimPrefix" char="*" char1="*" lookAhead="true" />
<DetectChar attribute="Comment" context="#pop" char="*" />
</context>
<context name="ML_VerbatimPrefix" attribute="Comment" lineEndContext="#stay">
<DetectChar attribute="Comment" context="#pop" char="*" />
</context>
<context name="ML_End_BlockComment" attribute="Comment" lineEndContext="#stay">
<Detect2Chars attribute="Error" context="#pop#pop#pop" char="*" char1="/" endRegion="BlockComment"/>
</context>
<context name="ML_Code" attribute="Code" lineEndContext="ML_FindNextLine">
<Detect2Chars attribute="Comment" context="ML_End_BlockComment" char="*" char1="/" endRegion="VerbatimBlock" lookAhead="1"/>
<WordDetect attribute="Tags" context="#pop" String="\endcode" endRegion="VerbatimBlock" />
<WordDetect attribute="Tags" context="#pop" String="@endcode" endRegion="VerbatimBlock" />
</context>
<context name="ML_Verbatim" attribute="Verbatim" lineEndContext="ML_FindNextLine">
<Detect2Chars attribute="Comment" context="ML_End_BlockComment" char="*" char1="/" endRegion="VerbatimBlock" lookAhead="1"/>
<WordDetect attribute="Tags" context="#pop" String="\endverbatim" endRegion="VerbatimBlock" />
<WordDetect attribute="Tags" context="#pop" String="@endverbatim" endRegion="VerbatimBlock" />
</context>
<context name="ML_Formula" attribute="Formulas" lineEndContext="ML_FindNextLine">
<Detect2Chars attribute="Comment" context="ML_End_BlockComment" char="*" char1="/" endRegion="VerbatimBlock" lookAhead="1"/>
<StringDetect attribute="Tags" context="#pop" String="\f]" endRegion="VerbatimBlock" />
<StringDetect attribute="Tags" context="#pop" String="@f]" endRegion="VerbatimBlock" />
<!-- TODO: How to force LaTeX math context here?? -->
<!-- <IncludeRules context="##LaTeX" /> -->
</context>
<context name="ML_FormulaShort" attribute="Formulas" lineEndContext="ML_FindNextLine">
<Detect2Chars attribute="Comment" context="ML_End_BlockComment" char="*" char1="/" endRegion="VerbatimBlock" lookAhead="1"/>
<StringDetect attribute="Tags" context="#pop" String="\f$" endRegion="VerbatimBlock" />
<StringDetect attribute="Tags" context="#pop" String="@f$" endRegion="VerbatimBlock" />
<!-- TODO: How to force LaTeX math context here?? -->
<!-- <IncludeRules context="##LaTeX" /> -->
</context>
<context name="ML_FormulaEnv" attribute="Word" lineEndContext="ML_FindNextLine">
<DetectChar attribute="Tags" context="#pop!ML_FormulaEnvStart" char="}" />
<Detect2Chars attribute="Comment" context="ML_End_BlockComment" char="*" char1="/" endRegion="VerbatimBlock" lookAhead="1"/>
</context>
<context name="ML_FormulaEnvStart" attribute="Formulas" lineEndContext="ML_FindNextLine" fallthrough="true" fallthroughContext="#pop!ML_FormulaEnvFormula">
<DetectSpaces attribute="Comment" />
<DetectChar attribute="Tags" context="#pop!ML_FormulaEnvFormula" char="{" />
<Detect2Chars attribute="Comment" context="ML_End_BlockComment" char="*" char1="/" endRegion="VerbatimBlock" lookAhead="1"/>
</context>
<context name="ML_FormulaEnvFormula" attribute="Formulas" lineEndContext="ML_FindNextLine">
<Detect2Chars attribute="Comment" context="ML_End_BlockComment" char="*" char1="/" endRegion="VerbatimBlock" lookAhead="1"/>
<StringDetect attribute="Tags" context="#pop" String="\f}" endRegion="VerbatimBlock" />
<StringDetect attribute="Tags" context="#pop" String="@f}" endRegion="VerbatimBlock" />
<!-- TODO: How to force LaTeX math context here?? -->
<!-- <IncludeRules context="##LaTeX" /> -->
</context>
<context name="ML_Msc" attribute="Message Sequence Chart" lineEndContext="ML_FindNextLine">
<Detect2Chars attribute="Comment" context="ML_End_BlockComment" char="*" char1="/" endRegion="VerbatimBlock" lookAhead="1"/>
<WordDetect attribute="Tags" context="#pop" String="\endmsc" endRegion="VerbatimBlock" />
<WordDetect attribute="Tags" context="#pop" String="@endmsc" endRegion="VerbatimBlock" />
</context>
<context name="ML_Dot" attribute="Dot Graph" lineEndContext="ML_FindNextLine">
<Detect2Chars attribute="Comment" context="ML_End_BlockComment" char="*" char1="/" endRegion="VerbatimBlock" lookAhead="1"/>
<WordDetect attribute="Tags" context="#pop" String="\enddot" endRegion="VerbatimBlock" />
<WordDetect attribute="Tags" context="#pop" String="@enddot" endRegion="VerbatimBlock" />
</context>
<!-- NOTE: all contexts beginning with SL_ are for singleline comments -->
<context attribute="Comment" lineEndContext="#pop" name="SL_StartTag">
<keyword attribute="Tags" context="#pop!SL_TagWord" String="TagWord" />
<keyword attribute="Tags" context="#pop!SL_TagParam" String="TagParam" />
<keyword attribute="Tags" context="#pop!SL_TagWordWord" String="TagWordWord" />
<keyword attribute="Tags" context="#pop!SL_TagString" String="TagString" />
<keyword attribute="Tags" context="#pop!SL_TagWordString" String="TagWordString" />
<WordDetect attribute="Tags" context="#pop!SL_Code" String="\code" beginRegion="VerbatimBlock" />
<WordDetect attribute="Tags" context="#pop!SL_Code" String="@code" beginRegion="VerbatimBlock" />
<WordDetect attribute="Tags" context="#pop!SL_Verbatim" String="\verbatim" beginRegion="VerbatimBlock" />
<WordDetect attribute="Tags" context="#pop!SL_Verbatim" String="@verbatim" beginRegion="VerbatimBlock" />
<WordDetect attribute="Tags" context="#pop!SL_Formula" String="\f[" beginRegion="VerbatimBlock" />
<WordDetect attribute="Tags" context="#pop!SL_Formula" String="@f[" beginRegion="VerbatimBlock" />
<StringDetect attribute="Tags" context="#pop!SL_FormulaShort" String="\f$" beginRegion="VerbatimBlock" />
<StringDetect attribute="Tags" context="#pop!SL_FormulaShort" String="@f$" beginRegion="VerbatimBlock" />
<StringDetect attribute="Tags" context="#pop!SL_FormulaEnv" String="\f{" beginRegion="VerbatimBlock" />
<StringDetect attribute="Tags" context="#pop!SL_FormulaEnv" String="@f{" beginRegion="VerbatimBlock" />
<WordDetect attribute="Tags" context="#pop!SL_Msc" String="\msc" beginRegion="VerbatimBlock" />
<WordDetect attribute="Tags" context="#pop!SL_Msc" String="@msc" beginRegion="VerbatimBlock" />
<WordDetect attribute="Tags" context="#pop!SL_Dot" String="\dot" beginRegion="VerbatimBlock" />
<WordDetect attribute="Tags" context="#pop!SL_Dot" String="@dot" beginRegion="VerbatimBlock" />
<IncludeRules context="Inc_OtherTag" />
</context>
<context attribute="Comment" lineEndContext="#pop" name="SL_StartHTMLTag">
<Detect2Chars attribute="Comment" context="#pop" char="<" char1="<" />
<RegExpr attribute="HTML Tag" context="#pop!SL_htmltag" String="<\/?[-\w0-9._:@]+" />
<StringDetect attribute="HTML Comment" context="#pop!SL_htmlcomment" String="<!--" />
<DetectChar attribute="Comment" context="#pop" char="<" />
</context>
<!-- tag contexts -->
<context attribute="Comment" lineEndContext="#pop" name="SL_TagWord">
<DetectSpaces />
<keyword attribute="Tags" context="#pop!SL_TagWord" String="TagWord" />
<IncludeRules context="SL_Inc_Word" />
</context>
<context attribute="Comment" lineEndContext="#pop" name="SL_TagParam">
<DetectSpaces />
<StringDetect attribute="Tags" context="#pop!SL_TagWord" String="[in]" />
<StringDetect attribute="Tags" context="#pop!SL_TagWord" String="[out]" />
<StringDetect attribute="Tags" context="#pop!SL_TagWord" String="[in,out]" />
<IncludeRules context="SL_Inc_Word" />
</context>
<context attribute="Comment" lineEndContext="#pop" name="SL_TagWordWord">
<DetectSpaces />
<RegExpr attribute="Word" context="#pop!SL_TagWord" String="&sl_word;" />
</context>
<context attribute="Comment" lineEndContext="#pop" name="SL_TagString">
<DetectSpaces />
<StringDetect attribute="HTML Comment" context="SL_htmlcomment" String="<!--" />
<Detect2Chars attribute="Comment" context="#stay" char="<" char1="<" />
<RegExpr attribute="HTML Tag" context="SL_htmltag" String="<\/?[-\w0-9._:@]+" />
<RegExpr attribute="Description" context="#stay" String="<?[^<\s]+" />
</context>
<context attribute="Comment" lineEndContext="#pop" name="SL_TagWordString">
<DetectSpaces />
<IncludeRules context="SL_Inc_Word" />
</context>
<context name="SL_Inc_Word" attribute="Word" lineEndContext="#pop">
<RegExpr attribute="Word" context="#pop" String="&sl_word;" />
</context>
<!-- html contexts -->
<context name="SL_htmltag" attribute="Identifier" lineEndContext="#pop">
<Detect2Chars attribute="HTML Tag" context="#pop" char="/" char1=">" />
<DetectChar attribute="HTML Tag" context="#pop" char=">" />
<DetectSpaces />
<DetectChar attribute="Identifier" context="SL_identifiers" char="=" />
</context>
<context name="SL_htmlcomment" attribute="HTML Comment" lineEndContext="#pop">
<DetectSpaces />
<IncludeRules context="##Comments" />
<DetectIdentifier />
<StringDetect attribute="HTML Comment" context="#pop" String="-->" />
</context>
<context name="SL_identifiers" attribute="Identifier" lineEndContext="#pop">
<DetectSpaces />
<DetectChar attribute="Types" context="SL_types1" char="'" />
<DetectChar attribute="Types" context="SL_types2" char=""" />
</context>
<context name="SL_types1" attribute="Types" lineEndContext="#pop">
<DetectChar attribute="Types" context="#pop#pop" char="'" />
</context>
<context name="SL_types2" attribute="Types" lineEndContext="#pop">
<DetectChar attribute="Types" context="#pop#pop" char=""" />
</context>
<context name="SL_FindNextLine" attribute="Normal Text" lineEndContext="#stay" fallthrough="true" fallthroughContext="#pop#pop#pop">
<DetectSpaces />
<StringDetect attribute="Comment" context="#pop" String="///" />
<StringDetect attribute="Comment" context="#pop" String="//!" />
<RegExpr attribute="Comment" context="#pop#pop#pop" String="." lookAhead="true" endRegion="VerbatimBlock" />
</context>
<context name="SL_Code" attribute="Code" lineEndContext="SL_FindNextLine">
<WordDetect attribute="Tags" context="#pop" String="\endcode" endRegion="VerbatimBlock" />
<WordDetect attribute="Tags" context="#pop" String="@endcode" endRegion="VerbatimBlock" />
</context>
<context name="SL_Verbatim" attribute="Verbatim" lineEndContext="SL_FindNextLine">
<WordDetect attribute="Tags" context="#pop" String="\endverbatim" endRegion="VerbatimBlock" />
<WordDetect attribute="Tags" context="#pop" String="@endverbatim" endRegion="VerbatimBlock" />
</context>
<context name="SL_Formula" attribute="Formulas" lineEndContext="SL_FindNextLine">
<StringDetect attribute="Tags" context="#pop" String="\f]" endRegion="VerbatimBlock" />
<StringDetect attribute="Tags" context="#pop" String="@f]" endRegion="VerbatimBlock" />
<!-- TODO: How to force LaTeX math context here?? -->
<!-- <IncludeRules context="##LaTeX" /> -->
</context>
<context name="SL_FormulaShort" attribute="Formulas" lineEndContext="SL_FindNextLine">
<StringDetect attribute="Tags" context="#pop" String="\f$" endRegion="VerbatimBlock" />
<StringDetect attribute="Tags" context="#pop" String="@f$" endRegion="VerbatimBlock" />
<!-- TODO: How to force LaTeX math context here?? -->
<!-- <IncludeRules context="##LaTeX" /> -->
</context>
<context name="SL_FormulaEnv" attribute="Word" lineEndContext="SL_FindNextLine">
<DetectChar attribute="Tags" context="#pop!SL_FormulaEnvStart" char="}" />
</context>
<context name="SL_FormulaEnvStart" attribute="Formulas" lineEndContext="SL_FindNextLine" fallthrough="true" fallthroughContext="#pop!SL_FormulaEnvFormula">
<DetectSpaces attribute="Comment" />
<DetectChar attribute="Tags" context="#pop!SL_FormulaEnvFormula" char="{" />
</context>
<context name="SL_FormulaEnvFormula" attribute="Formulas" lineEndContext="SL_FindNextLine">
<StringDetect attribute="Tags" context="#pop" String="\f}" endRegion="VerbatimBlock" />
<StringDetect attribute="Tags" context="#pop" String="@f}" endRegion="VerbatimBlock" />
<!-- TODO: How to force LaTeX math context here?? -->
<!-- <IncludeRules context="##LaTeX" /> -->
</context>
<context name="SL_Msc" attribute="Message Sequence Chart" lineEndContext="SL_FindNextLine">
<WordDetect attribute="Tags" context="#pop" String="\endmsc" endRegion="VerbatimBlock" />
<WordDetect attribute="Tags" context="#pop" String="@endmsc" endRegion="VerbatimBlock" />
</context>
<context name="SL_Dot" attribute="Dot Graph" lineEndContext="SL_FindNextLine">
<WordDetect attribute="Tags" context="#pop" String="\enddot" endRegion="VerbatimBlock" />
<WordDetect attribute="Tags" context="#pop" String="@enddot" endRegion="VerbatimBlock" />
</context>
<context name="Entities" attribute="Word" lineEndContext="#stay">
<RegExpr attribute="Entities" context="#pop" String="&[A-Za-z]+;" />
<DetectChar attribute="Comment" context="#pop" char="&" />
</context>
<context name="Inc_OtherTag" attribute="Comment" lineEndContext="#pop">
<keyword attribute="Note" context="#pop" String="Note" />
<keyword attribute="Warning" context="#pop" String="Warning" />
<keyword attribute="Attention" context="#pop" String="Attention" />
<keyword attribute="Todo" context="#pop" String="Todo" />
<keyword attribute="Tags" context="#pop" String="TagOnly" />
<Detect2Chars attribute="Region" context="#pop" char="@" char1="{" beginRegion="Group" />
<Detect2Chars attribute="Region" context="#pop" char="@" char1="}" endRegion="Group" />
<Detect2Chars attribute="Tags" context="#pop!LanguageId" char="\" char1="~" />
<Detect2Chars attribute="Tags" context="#pop!LanguageId" char="@" char1="~" />
<keyword attribute="Error" context="#pop" String="TagEnd" />
<RegExpr attribute="Error" context="#pop" String="[@\\]f[]}]" />
<RegExpr attribute="Escape sequence" context="#pop" String="[@\\](?:[#$%&<>"@\\.~=|]|::|---?)" />
<RegExpr attribute="Custom Tags" context="#pop" String="[@\\](?:[^@\\ \t\*]|\*(?!/))+" />
<AnyChar attribute="Comment" context="#pop" String="\@" />
</context>
<context name="LanguageId" attribute="Word" lineEndContext="#pop" fallthrough="true" fallthroughContext="#pop">
<DetectIdentifier />
</context>
</contexts>
<itemDatas>
<itemData name="Normal Text" defStyleNum="dsNormal" />
<itemData name="Escape sequence" defStyleNum="dsSpecialChar" />
<itemData name="Tags" defStyleNum="dsAnnotation" bold="1" />
<itemData name="Custom Tags" defStyleNum="dsAnnotation" />
<itemData name="Word" defStyleNum="dsCommentVar" bold="1" italic="0" />
<itemData name="HTML Tag" defStyleNum="dsKeyword" bold="1" italic="0" />
<itemData name="Entities" defStyleNum="dsOthers" color="#4086C0" bold="1" italic="1" />
<itemData name="Description" defStyleNum="dsDocumentation" />
<itemData name="Comment" defStyleNum="dsComment" />
<itemData name="Region" defStyleNum="dsRegionMarker" />
<itemData name="Identifier" defStyleNum="dsOthers" />
<itemData name="HTML Comment" defStyleNum="dsComment" />
<itemData name="Types" defStyleNum="dsDataType" />
<itemData name="Code" defStyleNum="dsComment" />
<itemData name="Dot Graph" defStyleNum="dsComment" color="#00A000" selColor="#ffffff" italic="1" />
<itemData name="Formulas" defStyleNum="dsComment" color="#00A000" selColor="#ffffff" italic="1" />
<itemData name="Message Sequence Chart" defStyleNum="dsComment" color="#00A000" selColor="#ffffff" italic="1" />
<itemData name="Verbatim" defStyleNum="dsComment" />
<itemData name="Note" defStyleNum="dsInformation" bold="1" italic="0" />
<itemData name="Warning" defStyleNum="dsWarning" bold="1" italic="0" />
<itemData name="Attention" defStyleNum="dsAnnotation" bold="1" italic="0" />
<itemData name="Todo" defStyleNum="dsAnnotation" bold="1" italic="0" />
<itemData name="Error" defStyleNum="dsError" />
</itemDatas>
</highlighting>
<general>
<keywords casesensitive="1" weakDeliminator="\$" />
</general>
</language>
<!-- kate: indent-width 2; -->
|