grammars/source.ahk.json in github-linguist-4.8.18 vs grammars/source.ahk.json in github-linguist-5.0.0

- old
+ new

@@ -11,10 +11,10 @@ }, "2": { "name": "comment.line.ahk" } }, - "match": "^\\s*(;)(.*)$", + "match": "(^\\s*|\\s+)(;)(.*)$", "name": "comment.line.ahk" }, { "begin": "/\\*", "end": "\\*/", \ No newline at end of file