lnav/test/expected/test_text_file.sh_4226123565a53b4e3f80e602c1f294721e8e07bf.out
Tim Stack 5c0333fd64 [themes] add dracula theme
Various improvements to styling.

Empty opids are not valid.
2023-08-16 22:13:15 -07:00

10 lines
236 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Test file for syntax-highlighting
def hello(abc):
"""
 This is a multi-line string
 @param abc: blah blah
 """
return abc + 1