mirror of
https://github.com/scopatz/nanorc
synced 2025-04-04 13:10:05 +02: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:]/!?][^>]*>"
|