nanorc/subrip.nanorc
2021-08-26 21:45:51 +02:00

11 lines
214 B
Plaintext

syntax "subrip" "\.srt$"
# Subtitle number
color yellow "^[0-9]+$"
# Timecode
color green "^[0-9]{2}:[0-9]{2}:[0-9]{2},[0-9]{3} --> [0-9]{2}:[0-9]{2}:[0-9]{2},[0-9]{3}"
# Tags
color cyan "<[[:alpha:]/!?][^>]*>"