Add MQL4 Interaction media feature values to syntax highlighter

I previously added the media features, but the values were missing too.
This commit is contained in:
David Storey 2015-12-16 01:37:23 -08:00
parent ddc8a92b6d
commit 802036ff0e

View file

@ -441,7 +441,7 @@
</dict>
<dict>
<key>match</key>
<string>\b(portrait|landscape|progressive|interlace)</string>
<string>\b(portrait|landscape|progressive|interlace|none|coarse|fine|on-demand|hover)</string>
<key>name</key>
<string>support.constant.property-value.css</string>
</dict>