@@ -121,7 +121,7 @@ settings:
121
121
markup.inserted.git_gutter, meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js
122
122
settings:
123
123
foreground: '<%= scheme.base.green %>'
124
- fontStyle: normal
124
+ fontStyle: ' normal'
125
125
126
126
- name: Class, Support
127
127
scope: entity.name.class, entity.name.type.class, support.type, support.class, support.orther.namespace.use.php,
@@ -204,7 +204,7 @@ settings:
204
204
- name: URL
205
205
scope: '*url*, *link*, *uri*'
206
206
settings:
207
- fontStyle: underline
207
+ fontStyle: ' underline'
208
208
209
209
- name: Search Results Nums
210
210
scope: constant.numeric.line-number.find-in-files - match
@@ -285,12 +285,12 @@ settings:
285
285
- name: Markdown - Markup Raw Inline
286
286
scope: text.html.markdown markup.raw.inline
287
287
settings:
288
- foreground : '<%= scheme.base.red %>'
288
+ background : '<%= scheme.invisibles %>'
289
289
290
290
- name: Markdown - Line Break
291
291
scope: text.html.markdown meta.dummy.line-break
292
292
settings:
293
- foreground: '<%= scheme.invisibles %>'
293
+ foreground: '<%= scheme.punctuation %>'
294
294
295
295
- name: Markdown - Heading
296
296
scope: markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown
@@ -304,11 +304,16 @@ settings:
304
304
foreground: '<%= scheme.base.pink %>'
305
305
306
306
- name: Markup - Bold
307
- scope: markup.bold
307
+ scope: markup.bold, markup.bold string
308
308
settings:
309
309
fontStyle: 'bold'
310
310
foreground: '<%= scheme.base.pink %>'
311
311
312
+ - name: Markup - Bold & Italic
313
+ scope: markup.bold markup.italic, markup.italic markup.bold, markup.quote markup.bold, markup.bold markup.italic string, markup.italic markup.bold string, markup.quote markup.bold string
314
+ settings:
315
+ fontStyle: 'bold italic'
316
+
312
317
- name: Markup - Underline
313
318
scope: markup.underline
314
319
settings:
@@ -319,26 +324,36 @@ settings:
319
324
scope: markup.strike
320
325
settings:
321
326
fontStyle: 'strike'
322
- foreground: '<%= scheme.base.brown %>'
327
+ foreground: '<%= scheme.base.comments %>'
323
328
324
329
- name: Markdown - Blockquote
325
- scope: markup.quote, punctuation.definition.blockquote.markdown
330
+ scope: markup.quote punctuation.definition.blockquote.markdown
326
331
settings:
327
- fontStyle : 'italic '
328
- foreground: '<%= scheme.base.cyan %>'
332
+ background : '<%= scheme.invisibles %> '
333
+ foreground: '<%= scheme.invisibles %>'
329
334
330
335
- name: Markup - Quote
331
336
scope: markup.quote
332
337
settings:
333
338
fontStyle: 'italic'
334
- foreground: '<%= scheme.base.cyan %>'
339
+ foreground: '<%= scheme.base.comments %>'
335
340
336
341
- name: Markdown - Link
337
342
scope: string.other.link.title.markdown
338
343
settings:
339
- fontStyle: 'underline'
340
344
foreground: '<%= scheme.base.blue %>'
341
345
346
+ - name: Markdown - Link Description
347
+ scope: string.other.link.description.title.markdown
348
+ settings:
349
+ foreground: '<%= scheme.base.purple %>'
350
+
351
+ - name: Markdown - Link Anchor
352
+ scope: constant.other.reference.link.markdown
353
+ settings:
354
+ foreground: '<%= scheme.base.yellow %>'
355
+
356
+
342
357
- name: Markup - Raw Block
343
358
scope: markup.raw.block
344
359
settings:
@@ -362,6 +377,16 @@ settings:
362
377
fontStyle: ''
363
378
foreground: '<%= scheme.invisibles %>'
364
379
380
+ - name: Markdown - Punctuation Definition
381
+ scope: text.html.markdown punctuation.definition
382
+ settings:
383
+ foreground: '<%= scheme.comments %>'
384
+
385
+ - name: Markdown HTML - Punctuation Definition
386
+ scope: text.html.markdown meta.disable-markdown punctuation.definition
387
+ settings:
388
+ foreground: '<%= scheme.base.cyan %>'
389
+
365
390
- name: Markdown - Separator
366
391
scope: meta.separator
367
392
settings:
@@ -372,8 +397,7 @@ settings:
372
397
- name: Markup - Table
373
398
scope: markup.table
374
399
settings:
375
- background: '<%= scheme.base.red %>1a'
376
- foreground: '<%= scheme.base.red %>'
400
+ background: '<%= scheme.invisible %>'
377
401
378
402
# >> AceJump
379
403
0 commit comments