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