1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00
Files
wtf/vendor/github.com/zyedidia/highlight/syntax_files/sed.yaml
2018-07-20 12:10:08 +05:30

14 lines
333 B
YAML

filetype: sed
detect:
filename: "\\.sed$"
header: "^#!.*bin/(env +)?sed( |$)"
rules:
- symbol.operator: "[|^$.*+]"
- constant.number: "\\{[0-9]+,?[0-9]*\\}"
- constant.specialChar: "\\\\."
- comment: "(^|[[:space:]])#([^{].*)?$"
- indent-char.whitespace: "[[:space:]]+$"
- indent-char: " + +| + +"