nanorc/subrip.nanorc

11 lines
214 B
Plaintext
Raw Normal View History

2021-08-26 21:45:51 +02:00
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:]/!?][^>]*>"