42 lines
543 B
Plaintext
42 lines
543 B
Plaintext
kate: syntax Alerts;
|
||
------------------------------------------------
|
||
"Alerts" test file.
|
||
This is a hidden language used to highlight
|
||
alerts in comments of others languages.
|
||
------------------------------------------------
|
||
|
||
----- Keywords -----
|
||
|
||
ALERT
|
||
ATTENTION
|
||
DANGER
|
||
HACK
|
||
SECURITY
|
||
BUG
|
||
FIXME
|
||
DEPRECATED
|
||
TASK
|
||
TODO
|
||
TBD
|
||
WARNING
|
||
CAUTION
|
||
NOLINT
|
||
###
|
||
NOTE
|
||
NOTICE
|
||
TEST
|
||
TESTING
|
||
|
||
TODO msg
|
||
TODO <- NO-BREAK SPACE (nbsp)
|
||
|
||
----- Region Markers -----
|
||
|
||
{{{
|
||
something
|
||
}}}
|
||
|
||
BEGIN
|
||
something
|
||
END
|