File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
branches/try/src/etc/gedit/share/gtksourceview-3.0/language-specs Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: f2fa55903e378368ed9173560f03a0ef16e371c2
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 9fc8394d3bce22ab483f98842434c84c396212ae
5
- refs/heads/try: 02d12e5f71ac37374684439f2f9c36f38b72f63a
5
+ refs/heads/try: 3c453b36ce371da1339883f5e0157c5c13e7f9fd
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 269
269
<match >\\\%{common_escape}</match >
270
270
</context >
271
271
272
+ <context id =" raw-string" style-ref =" string" class =" string" class-disabled =" no-spell-check" >
273
+ <start >r(#*)"</start >
274
+ <end >"\%{1@start}</end >
275
+ <include >
276
+ <context ref =" def:line-continue" />
277
+ </include >
278
+ </context >
279
+
272
280
<context id =" string" style-ref =" string" class =" string" class-disabled =" no-spell-check" >
273
281
<start >"</start >
274
282
<end >"</end >
287
295
<end >\]</end >
288
296
<include >
289
297
<context ref =" def:in-comment" />
298
+ <context ref =" string" />
299
+ <context ref =" raw-string" />
290
300
</include >
291
301
</context >
292
302
305
315
<context ref =" number" />
306
316
<context ref =" scope" />
307
317
<context ref =" string" />
318
+ <context ref =" raw-string" />
308
319
<context ref =" char" />
309
320
<context ref =" lifetime" />
310
321
<context ref =" attribute" />
You can’t perform that action at this time.
0 commit comments