We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 422ff19 commit 567bbbcCopy full SHA for 567bbbc
1 file changed
extensions/php/syntaxes/php.tmLanguage.json
@@ -2071,7 +2071,7 @@
2071
"patterns": [
2072
{
2073
"comment": "PHPDocumentor only recognises lines with an asterisk as the first non-whitespaces character",
2074
- "match": "^(?!\\s*\\*).*$\\n?",
+ "match": "^(?!\\s*\\*).*?(?:(?=\\*\\/)|$\\n?)",
2075
"name": "invalid.illegal.missing-asterisk.phpdoc.php"
2076
},
2077
@@ -2975,5 +2975,5 @@
2975
]
2976
}
2977
2978
- "version": "https://github.com/atom/language-php/commit/22047c19f52f686de471d0deccae0cb1332997b6"
+ "version": "https://github.com/atom/language-php/commit/c523a19f849b97f6499eae6accf80564aa190c0e"
2979
0 commit comments