File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
gedit/share/gtksourceview-3.0/language-specs Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: e415c25bcd81dc1f9a5a3d25d9b48ed2d545336b
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: c7fac4471201977fdb1c0c0a26c87287e12dc644
5
- refs/heads/try: 2eccb1d0c241b2ad67d0cdadc66bbc45e9f6e290
5
+ refs/heads/try: b6d5dafea58c7f8f254333d53fe6b4b8ee8763e3
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
8
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
Original file line number Diff line number Diff line change 122
122
; ; but the "else" or "{" should align with the beginning
123
123
; ; of the expression it's in.)
124
124
(looking-at " \\ <else\\ >\\ |{" )
125
-
125
+
126
126
(save-excursion
127
127
(rust-rewind-irrelevant)
128
128
; ; Point is now at the end of the previous ine
Original file line number Diff line number Diff line change 282
282
</context >
283
283
284
284
<context id =" attribute" style-ref =" attribute" class =" attribute" >
285
- <start extended =" true" >\#\[</start >
285
+ <start extended =" true" >\#!? \[</start >
286
286
<end >\]</end >
287
287
<include >
288
288
<context ref =" def:in-comment" />
Original file line number Diff line number Diff line change 202
202
<RegExpr String =" [0-9][0-9_]*\.[0-9_]*([eE][+-]?[0-9_]+)?(f32|f64|f)?" attribute =" Number" context =" #stay" />
203
203
<RegExpr String =" [0-9][0-9_]*&rustIntSuf; " attribute =" Number" context =" #stay" />
204
204
<Detect2Chars char =" #" char1 =" [" attribute =" Attribute" context =" Attribute" beginRegion =" Attribute" />
205
+ <Detect2Chars char =" #" char1 =" !" char2 =" [" attribute =" Attribute" context =" Attribute" beginRegion =" Attribute" />
205
206
<RegExpr String =" &rustIdent; ::" attribute =" Scope" />
206
207
<RegExpr String =" &rustIdent; !" attribute =" Macro" />
207
208
<RegExpr String =" '&rustIdent; (?!' )" attribute =" Lifetime" />
You can’t perform that action at this time.
0 commit comments