We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I get unexpected token: ( on the 2nd line:
Map javascriptHighlights = new HashMap(); javascriptHighlights.put("var", color(32, 95, 201));
Crossposted: http://stackoverflow.com/questions/31276654/unexpected-token-in-hashmap-definition
Worked for me.
I suggest you use generics with the Java collections.
Answers
Crossposted: http://stackoverflow.com/questions/31276654/unexpected-token-in-hashmap-definition
Worked for me.
I suggest you use generics with the Java collections.