kate: add note about &rustIdent;
This commit is contained in:
parent
8596535679
commit
c771a93c50
@ -1,6 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE language SYSTEM "language.dtd"
|
||||
[
|
||||
<!-- TODO: Kate's regex engine has very limited support for
|
||||
predefined char classes, so making rustIdent consistent with actual
|
||||
Rust identifiers will be a bit difficult -->
|
||||
<!ENTITY rustIdent "[a-zA-Z_][a-zA-Z_0-9]*">
|
||||
]>
|
||||
<language name="Rust" version="0.6" kateversion="2.4" section="Sources" extensions="*.rs;*.rc" mimetype="text/x-rust" priority="15">
|
||||
|
Loading…
x
Reference in New Issue
Block a user