When I typed this apparently innocent snippet of code:
values.name
gedit highlighted name as a keyword. However,
Its not a javascript reserved word, its an html attribute. Any DOM element can have a name. Looks like your syntax editor will still highlight it.