mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 06:37:14 +09:00
Added kotlin highlighting and fixed swift line comment todo not highlighting.
This commit is contained in:
@@ -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):?"
|
||||
|
||||
Reference in New Issue
Block a user