mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 19:24:25 +08:00
Remove css3-speech.vim
The status of this spec is changed to NOTE.
This commit is contained in:
@@ -1,6 +0,0 @@
|
|||||||
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\)"
|
|
||||||
@@ -777,33 +777,6 @@ mask {
|
|||||||
display: fit-content(10%);
|
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 {
|
.style-attr {
|
||||||
display: auto;
|
display: auto;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user