implement very basic highlighting
This commit is contained in:
4
tests/highlight/basic
Normal file
4
tests/highlight/basic
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env nix-shell
|
||||
#!nix-shell -i bash -p bash
|
||||
true
|
||||
echo "bash-string"
|
16
tests/highlight/basic.spec.html
Normal file
16
tests/highlight/basic.spec.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<body>
|
||||
|
||||
<table>
|
||||
<tbody><tr><td class="line-number">1</td><td class="line">#!/usr/bin/env nix-shell
|
||||
</td></tr>
|
||||
<tr><td class="line-number">2</td><td class="line"><span style="color: #cccccc">#!nix-shell -i bash -p bash</span>
|
||||
</td></tr>
|
||||
<tr><td class="line-number">3</td><td class="line">true
|
||||
</td></tr>
|
||||
<tr><td class="line-number">4</td><td class="line">echo "bash-string"
|
||||
</td></tr>
|
||||
</tbody></table>
|
||||
|
||||
|
||||
|
||||
</body>
|
Reference in New Issue
Block a user