File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
branches/auto/src/etc/kate Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0
14
14
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
15
15
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
16
16
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
17
- refs/heads/auto: 859653567905fb8017d8341b9b0d27403fa87e4e
17
+ refs/heads/auto: c771a93c50bfa73acf285eee05407d0618c85175
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!DOCTYPE language SYSTEM "language.dtd"
3
3
[
4
+ <!-- TODO: Kate's regex engine has very limited support for
5
+ predefined char classes, so making rustIdent consistent with actual
6
+ Rust identifiers will be a bit difficult -->
4
7
<!ENTITY rustIdent " [a-zA-Z_][a-zA-Z_0-9]*" >
5
8
]>
6
9
<language name =" Rust" version =" 0.6" kateversion =" 2.4" section =" Sources" extensions =" *.rs;*.rc" mimetype =" text/x-rust" priority =" 15" >
You can’t perform that action at this time.
0 commit comments