highlight option tags as form elements

This commit is contained in:
Adam Jimenez 2013-10-15 18:23:24 +01:00
commit ea019da404

View file

@ -44,6 +44,7 @@ var tagMap = lang.createMap({
img : 'image',
input : 'form',
label : 'form',
option : 'form',
script : 'script',
select : 'form',
textarea : 'form',