Sha256: a84d0c332977144594be5b84d625c2a44db6ee766c818578e5b1fb659ac5b6d5
Contents?: true
Size: 526 Bytes
Versions: 14
Compression:
Stored size: 526 Bytes
Contents
# c_comment.lang vardef TODO = '(TODO|FIXME|BUG)([:]?)' # comments with documentation tags environment comment start "///" begin include "url.lang" include "html.lang" type = '@[[:alpha:]]+' todo = $TODO end comment start "//" # comments with documentation tags environment comment delim "/**" "*/" multiline begin include "url.lang" include "html.lang" type = '@[[:alpha:]]+' todo = $TODO end # standard comments environment comment delim "/*" "*/" multiline begin include "url.lang" todo = $TODO end
Version data entries
14 entries across 14 versions & 2 rubygems