Added kotlin highlighting and fixed swift line comment todo not highlighting.

This commit is contained in:
tommy
2017-05-26 01:59:51 +01:00
parent 6cf6857602
commit 112c731c7a
2 changed files with 69 additions and 3 deletions

View File

@@ -78,9 +78,6 @@ rules:
# Shebang Line
- comment.shebang: ^(#!).*
# Todo
- todo: "(TODO|XXX|FIXME):?"
# Doc Comment
- comment.doc: (///).*
@@ -100,3 +97,6 @@ rules:
end: "\\*/"
rules:
- todo: "(TODO|XXX|FIXME):?"
# Todo
- todo: "(TODO|XXX|FIXME):?"