mirror of
https://github.com/tstack/lnav
synced 2024-11-08 01:10:29 +00:00
5c0333fd64
Various improvements to styling. Empty opids are not valid.
10 lines
147 B
Python
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
|