File tree 1 file changed +8
-0
lines changed
src/etc/gedit/share/gtksourceview-3.0/language-specs
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 22
22
<style id =" number" _name =" Number" map-to =" def:number" />
23
23
<style id =" scope" _name =" Scope" map-to =" def:preprocessor" />
24
24
<style id =" attribute" _name =" Attribute" map-to =" def:preprocessor" />
25
+ <style id =" macro" _name =" Macro" map-to =" def:preprocessor" />
25
26
</styles >
26
27
27
28
<definitions >
251
252
</match >
252
253
</context >
253
254
255
+ <context id =" macro" style-ref =" macro" >
256
+ <match extended =" true" >
257
+ \%{ident}!
258
+ </match >
259
+ </context >
260
+
254
261
<context id =" lifetime" style-ref =" keyword" >
255
262
<match extended =" true" >
256
263
'\%{ident}
308
315
<context ref =" types" />
309
316
<context ref =" ctypes" />
310
317
<context ref =" self" />
318
+ <context ref =" macro" />
311
319
<context ref =" constants" />
312
320
<context ref =" cconstants" />
313
321
<context ref =" line-comment" />
You can’t perform that action at this time.
0 commit comments