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.
236 B
236 B
# Test file for syntax-highlighting
def hello(abc):
"""
This is a multi-line string
@param abc: blah blah
"""
return abc + 1
def hello(abc):
"""
This is a multi-line string
@param abc: blah blah
"""
return abc + 1