Merge pull request #1653 from adamjimenez/patch-19
highlight option tags as form elements
This commit is contained in:
commit
c60e95b5e6
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ var tagMap = lang.createMap({
|
|||
img : 'image',
|
||||
input : 'form',
|
||||
label : 'form',
|
||||
option : 'form',
|
||||
script : 'script',
|
||||
select : 'form',
|
||||
textarea : 'form',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue