Sha256: 334b1cda29f50705b25aa7f855c431ccf36c813825e5e38f6e90eb78e753ca6c
Contents?: true
Size: 527 Bytes
Versions: 19
Compression:
Stored size: 527 Bytes
Contents
Source Hightlight Filter Test ============================= Details of the filter can be found in `./doc/source-highlight-filter.txt`. [source,python] --------------------------------------------------------------------- ''' A multi-line comment.''' def sub_word(mo): ''' Single line comment.''' word = mo.group('word') # Inline comment if word in keywords[language]: return quote + word + quote else: return word ---------------------------------------------------------------------
Version data entries
19 entries across 19 versions & 2 rubygems