grammars/text.rdoc.json in github-linguist-7.11.1 vs grammars/text.rdoc.json in github-linguist-7.12.0

- old
+ new

@@ -1,44 +2 @@ -{ - "name": "RDoc", - "scopeName": "text.rdoc", - "patterns": [ - { - "name": "meta.bullet-point.strong.text", - "match": "^\\s*(•).*$\\n?", - "captures": { - "1": { - "name": "punctuation.definition.item.text" - } - } - }, - { - "name": "meta.bullet-point.light.text", - "match": "^\\s*(·).*$\\n?", - "captures": { - "1": { - "name": "punctuation.definition.item.text" - } - } - }, - { - "name": "meta.bullet-point.star.text", - "match": "^\\s*(\\*).*$\\n?", - "captures": { - "1": { - "name": "punctuation.definition.item.text" - } - } - }, - { - "contentName": "meta.paragraph.text", - "begin": "^([ \\t]*)(?=\\S)", - "end": "^(?!\\1(?=\\S))", - "patterns": [ - { - "name": "markup.underline.link.text", - "match": "(?x)\n\t\t\t\t\t\t( (https?|s?ftp|ftps|file|smb|afp|nfs|(x-)?man|gopher|txmt)://|mailto:)\n\t\t\t\t\t\t[-:@a-zA-Z0-9_.,~%+/?=\u0026#]+(?\u003c![.,?:])\n\t\t\t\t\t" - } - ] - } - ] -} +{"name":"RDoc","scopeName":"text.rdoc","patterns":[{"name":"meta.bullet-point.strong.text","match":"^\\s*(•).*$\\n?","captures":{"1":{"name":"punctuation.definition.item.text"}}},{"name":"meta.bullet-point.light.text","match":"^\\s*(·).*$\\n?","captures":{"1":{"name":"punctuation.definition.item.text"}}},{"name":"meta.bullet-point.star.text","match":"^\\s*(\\*).*$\\n?","captures":{"1":{"name":"punctuation.definition.item.text"}}},{"contentName":"meta.paragraph.text","begin":"^([ \\t]*)(?=\\S)","end":"^(?!\\1(?=\\S))","patterns":[{"name":"markup.underline.link.text","match":"(?x)\n\t\t\t\t\t\t( (https?|s?ftp|ftps|file|smb|afp|nfs|(x-)?man|gopher|txmt)://|mailto:)\n\t\t\t\t\t\t[-:@a-zA-Z0-9_.,~%+/?=\u0026#]+(?\u003c![.,?:])\n\t\t\t\t\t"}]}]}