Skip to content

Commit 2a58b10

Browse files
committed
---
yaml --- r: 150561 b: refs/heads/try2 c: b6d5daf h: refs/heads/master i: 150559: cfcacd0 v: v3
1 parent 0d6c6bf commit 2a58b10

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
@@ -5,7 +5,7 @@ refs/heads/snap-stage3: 78a7676898d9f80ab540c6df5d4c9ce35bb50463
55
refs/heads/try: 519addf6277dbafccbb4159db4b710c37eaa2ec5
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8-
refs/heads/try2: 2eccb1d0c241b2ad67d0cdadc66bbc45e9f6e290
8+
refs/heads/try2: b6d5dafea58c7f8f254333d53fe6b4b8ee8763e3
99
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
1010
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1111
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/try2/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/try2/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/try2/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)