2014-08-10 09:03:02 -05:00
|
|
|
# Literally included file using Python highlighting
|
|
|
|
|
|
|
|
foo = "Including Unicode characters: üöä"
|
|
|
|
|
|
|
|
class Foo:
|
|
|
|
pass
|
|
|
|
|
|
|
|
class Bar:
|
|
|
|
def baz():
|
|
|
|
pass
|
|
|
|
|
2015-03-28 20:31:26 -05:00
|
|
|
# comment after Bar class definition
|
2014-08-10 09:03:02 -05:00
|
|
|
def bar(): pass
|