pen-paper-coffee-syntax icon indicating copy to clipboard operation
pen-paper-coffee-syntax copied to clipboard

style mentioned issues (github eg)

Open nylki opened this issue 9 years ago • 0 comments

As of now the .variable.issue.tag is using the blue of variable. maybe color the number blue as well.

for captured scopes see:

 {
    'match': '(?<=^|\\s|"|\'|\\(|\\[)(#)(\\d+)(?=[\\s"\'\\.,;\\)\\]])'
    'captures':
      '1':
        'name': 'variable.issue.tag.gfm'
      '2':
        'name': 'string.issue.number.gfm'
  }

nylki avatar May 19 '15 14:05 nylki