diff options
author | Noel Maersk <veox@users.noreply.github.com> | 2018-05-24 19:58:30 +0800 |
---|---|---|
committer | Noel Maersk <veox@users.noreply.github.com> | 2018-05-24 19:58:30 +0800 |
commit | ad975a6f8c03e6333190de4f88488b207951dc05 (patch) | |
tree | 1e4ee948760bce9bc248b7fe0e07f102e844d303 /docs/requirements.txt | |
parent | 3678450549ae3f531d21795c2cdde9f5681a1744 (diff) | |
download | dexon-solidity-ad975a6f8c03e6333190de4f88488b207951dc05.tar.gz dexon-solidity-ad975a6f8c03e6333190de4f88488b207951dc05.tar.zst dexon-solidity-ad975a6f8c03e6333190de4f88488b207951dc05.zip |
docs: bump Solidity lexer package to v0.3.1.
That release includes stricter matching of "nested" globals, i.e.
it highlights `msg.sender` but not `sender`.
Diffstat (limited to 'docs/requirements.txt')
-rw-r--r-- | docs/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/requirements.txt b/docs/requirements.txt index 7a392aa5..5fba631c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,2 @@ sphinx_rtd_theme>=0.3.1 -pygments-lexer-solidity>=0.3 +pygments-lexer-solidity>=0.3.1 |