mirror of
https://github.com/scopatz/nanorc
synced 2024-11-27 12:25:53 +01:00
11 lines
214 B
Plaintext
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:]/!?][^>]*>"
|