]> git.lizzy.rs Git - rust.git/commit
Implement syntax highlighting for doctests
authorLeander Tentrup <leander.tentrup@gmail.com>
Tue, 28 Apr 2020 09:01:51 +0000 (11:01 +0200)
committerLeander Tentrup <leander.tentrup@gmail.com>
Mon, 8 Jun 2020 12:18:16 +0000 (14:18 +0200)
commit4a2efb2f42494f62891ac801e0a27d246bd36684
tree42beb8f761b80edaf57fdb9c0a76a2818f7bb862
parentd8552d114c3b2cedbc485ebe26d7b784c0845bd8
Implement syntax highlighting for doctests
crates/ra_ide/src/snapshots/highlight_doctest.html [new file with mode: 0644]
crates/ra_ide/src/syntax_highlighting.rs
crates/ra_ide/src/syntax_highlighting/injection.rs [new file with mode: 0644]
crates/ra_ide/src/syntax_highlighting/tests.rs