mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 14:47:16 +09:00
Fix erlang comment syntax
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -38,4 +38,8 @@ rules:
|
||||
start: "\\(\\*"
|
||||
end: "\\*\\)"
|
||||
rules:
|
||||
- todo: "(TODO|FIXME|WONTFIX|NOTE|HACK):?"
|
||||
- todo: "(TODO|FIXME|WONTFIX|NOTE|HACK):?"
|
||||
- comment:
|
||||
start: "%"
|
||||
end: "$"
|
||||
rules: []
|
||||
|
||||
Reference in New Issue
Block a user