Skip to content

Commit 8c62030

Browse files
committed
---
yaml --- r: 110123 b: refs/heads/auto c: b6d5daf h: refs/heads/master i: 110121: ba9749e 110119: 8fa6ecf v: v3
1 parent 0ff474b commit 8c62030

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0
1313
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
1414
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
1515
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
16-
refs/heads/auto: 2eccb1d0c241b2ad67d0cdadc66bbc45e9f6e290
16+
refs/heads/auto: b6d5dafea58c7f8f254333d53fe6b4b8ee8763e3
1717
refs/heads/servo: af82457af293e2a842ba6b7759b70288da276167
1818
refs/tags/release-0.6: b4ebcfa1812664df5e142f0134a5faea3918544c
1919
refs/tags/0.1: b19db808c2793fe2976759b85a355c3ad8c8b336

branches/auto/src/etc/emacs/rust-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
;; but the "else" or "{" should align with the beginning
123123
;; of the expression it's in.)
124124
(looking-at "\\<else\\>\\|{")
125-
125+
126126
(save-excursion
127127
(rust-rewind-irrelevant)
128128
;; Point is now at the end of the previous ine

branches/auto/src/etc/gedit/share/gtksourceview-3.0/language-specs/rust.lang

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@
282282
</context>
283283

284284
<context id="attribute" style-ref="attribute" class="attribute">
285-
<start extended="true">\#\[</start>
285+
<start extended="true">\#!?\[</start>
286286
<end>\]</end>
287287
<include>
288288
<context ref="def:in-comment"/>

branches/auto/src/etc/kate/rust.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@
202202
<RegExpr String="[0-9][0-9_]*\.[0-9_]*([eE][+-]?[0-9_]+)?(f32|f64|f)?" attribute="Number" context="#stay"/>
203203
<RegExpr String="[0-9][0-9_]*&rustIntSuf;" attribute="Number" context="#stay"/>
204204
<Detect2Chars char="#" char1="[" attribute="Attribute" context="Attribute" beginRegion="Attribute"/>
205+
<Detect2Chars char="#" char1="!" char2="[" attribute="Attribute" context="Attribute" beginRegion="Attribute"/>
205206
<RegExpr String="&rustIdent;::" attribute="Scope"/>
206207
<RegExpr String="&rustIdent;!" attribute="Macro"/>
207208
<RegExpr String="&apos;&rustIdent;(?!&apos;)" attribute="Lifetime"/>

0 commit comments

Comments
 (0)