mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 18:54:25 +08:00
6
after/syntax/css/speech-3.vim
Normal file
6
after/syntax/css/speech-3.vim
Normal file
@@ -0,0 +1,6 @@
|
||||
syn match cssAuralProp contained "\<voice-\(volume\|balance\|rate\|pitch\|range\|stress\|duration\)\>"
|
||||
syn match cssAuralProp contained "\<rest\(-\(before\|after\)\)\=\>"
|
||||
syn keyword cssAuralAttr contained young old neutral preserve moderate reduced
|
||||
syn match cssAuralAttr contained "\<\(literal\|no\)-punctuation\>"
|
||||
syn match cssAuralAttr contained "\<\(x-\)\=\(weak\|strong\)\>"
|
||||
syn match cssValueNumber contained "[-+]\=\d\+\(dB\|st\)"
|
||||
@@ -851,6 +851,33 @@ mask {
|
||||
display: fit-content(10%);
|
||||
}
|
||||
|
||||
.speech-3 {
|
||||
voice-volume: auto;
|
||||
voice-balance: auto;
|
||||
rest-before: auto;
|
||||
rest-after: auto;
|
||||
rest: auto;
|
||||
voice-rate: auto;
|
||||
voice-pitch: auto;
|
||||
voice-range: auto;
|
||||
voice-stress: auto;
|
||||
voice-duration: auto;
|
||||
display: 10dB;
|
||||
display: literal-punctuation;
|
||||
display: no-punctuation;
|
||||
display: x-weak;
|
||||
display: weak;
|
||||
display: strong;
|
||||
display: x-strong;
|
||||
display: young;
|
||||
display: old;
|
||||
display: neutral;
|
||||
display: preserve;
|
||||
display: 10st;
|
||||
display: moderate;
|
||||
display: reduced;
|
||||
}
|
||||
|
||||
.style-attr {
|
||||
display: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user