mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-04 22:20:20 +09:00
runtime/syntax/nix: Add support for block comments (#2488)
This commit is contained in:
committed by
GitHub
parent
d89db64829
commit
80bfaf1c54
@@ -25,3 +25,8 @@ rules:
|
||||
start: "#"
|
||||
end: "$"
|
||||
rules: []
|
||||
|
||||
- comment:
|
||||
start: "/\\*"
|
||||
end: "\\*/"
|
||||
rules: []
|
||||
|
||||
Reference in New Issue
Block a user