diff options
author | chriseth <chris@ethereum.org> | 2017-01-02 19:26:47 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-02 19:26:47 +0800 |
commit | e079b1c53f3bd2a195e3d2cca1f4de13391835bb (patch) | |
tree | 6741c072a14b3d6737dd67f24392513ac5213600 | |
parent | 75a596aba295b15c76d45262f809023a254afb63 (diff) | |
parent | 6955b8f7b9040c66edb0666b1e4c36f1ba997ed5 (diff) | |
download | dexon-solidity-e079b1c53f3bd2a195e3d2cca1f4de13391835bb.tar dexon-solidity-e079b1c53f3bd2a195e3d2cca1f4de13391835bb.tar.gz dexon-solidity-e079b1c53f3bd2a195e3d2cca1f4de13391835bb.tar.bz2 dexon-solidity-e079b1c53f3bd2a195e3d2cca1f4de13391835bb.tar.lz dexon-solidity-e079b1c53f3bd2a195e3d2cca1f4de13391835bb.tar.xz dexon-solidity-e079b1c53f3bd2a195e3d2cca1f4de13391835bb.tar.zst dexon-solidity-e079b1c53f3bd2a195e3d2cca1f4de13391835bb.zip |
Merge pull request #1530 from federicobond/remove-syntax-highlighting
Remove wrong syntax highlighting in docs
-rw-r--r-- | docs/miscellaneous.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/miscellaneous.rst b/docs/miscellaneous.rst index 4a9dad87..378c3c96 100644 --- a/docs/miscellaneous.rst +++ b/docs/miscellaneous.rst @@ -570,3 +570,4 @@ Language Grammar ================ .. literalinclude:: grammar.txt + :language: none |