mirror of
https://github.com/tstack/lnav
synced 2024-11-17 15:29:40 +00:00
5c0333fd64
Various improvements to styling. Empty opids are not valid.
10 lines
236 B
Plaintext
10 lines
236 B
Plaintext
[32m# Test file for syntax-highlighting[0m
|
||
|
||
[1m[36mdef[0m hello(abc):
|
||
[35m"""[0m
|
||
[35m This is a multi-line string[0m
|
||
|
||
[35m [0m[35m@param[0m[35m abc: blah blah[0m
|
||
[35m """[0m
|
||
[1m[36mreturn[0m abc + 1
|