mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove parsing of why3 doc strings
This commit is contained in:
@@ -26,7 +26,7 @@ class SolidityLexer(RegexLexer):
|
||||
(r'/\*.*?\*/', Comment.Multiline)
|
||||
],
|
||||
'natspec': [
|
||||
(r'@author|@dev|@notice|@return|@param|@why3|@title', Keyword),
|
||||
(r'@author|@dev|@notice|@return|@param|@title', Keyword),
|
||||
(r'.[^@*\n]*?', Comment.Special)
|
||||
],
|
||||
'docstringsingle': [
|
||||
|
||||
Reference in New Issue
Block a user