1
1
mirror of https://github.com/tstack/lnav.git synced 2024-09-11 13:05:51 +03:00
lnav/test/pyfile_0.py
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
147 B
Python

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