My keyboard (UK) requires Shift to insert ';' but has '-' without modifier key,
therefore it is much faster to type 'html-5' than 'html:5'. I can see that you
are trying to seperate things with colon, like in CSS, stuff on the left is
property, stuff on the right is value - but for speed, I find a '-' much faster
to type, and for HTML ':' has no particular significance.
add this line to getSettingsResource() to allow - instead of :
abbr = abbr.replace(/-/,':')
Original issue reported on code.google.com by billymoo...@gmail.com on 15 Sep 2010 at 7:39
Original issue reported on code.google.com by
billymoo...@gmail.com
on 15 Sep 2010 at 7:39