score:0
did you try going to window>preferences, select "javascript>editor>syntax coloring" from the list on the left. and see if the colors are set to your liking. also check what you project is set as. maybe it is interpreted as another language.
hope this helps.
score:1
the solution here http://www.elvenware.com/charlie/development/web/htmlguide/eclipsewebdevelopment.html worked for me. i did not use the plugin - i followed the "alternative" instructions:
choose "help | install new software" from the eclipse menu. select the following in the "work with" drop down:
juno - http://download.eclipse.org/releases/juno
scroll to the bottom to the "web, xml, java ee and osgi enterprise development" section.
choose:
- eclipse web developer tools
- javascript developer tools
- web page
Source: stackoverflow.com
Related Query
- Highlight HTML and JavaScript in the same file in eclipse?
- How debug javascript and PHP script in the same file together with Eclipse
- How to navigate to the last cursor position in Eclipse if it is in the same file and was not edited?
- Maven Checkstyle and Eclipse Checkstyle report similar but different results using the same config file
- Eclipse repeat the same message again and again on a twig file
- Eclipse - Javascript and JSTL in the same page won't validate
- Created a new file in Eclipse through python script and tried to access it in the same program but the file is empty
- Using both Eclipse and NetBeans on the same project
- Eclipse file search finds the same file multiple times
- Kotlin And Java In The Same Project Using Eclipse IDE
- Eclipse Build Error "A class file was not written. The project may be inconsistent, if so try refreshing this project and building it"
- Getting eclipse to highlight and validate HTML files
- Eclipse - How to import a local source file into the same folder?
- Eclipse Maven showing multiple paths for the same file
- Is it possible in Eclipse to highlight a statement, and then press quotes/etc.. to "wrap" the highlighted text in the character (like in SublimeText)?
- IntelliJ's IDEA and Eclipse on the same project
- How to diff two regions of the same file in Eclipse
- Eclipse PDE, Navigator View, TreeSelection - Obtaining the file type and name
- Why are class files different size when compiling the same code in eclipse, and then with the eclipse compiler via ant?
- How to use the same source from PhoneGap Build and PhoneGap Android project in Eclipse
- Can Eclipse and IntelliJ IDEA use the same workspace without conflict?
- Using Eclipse with Arabic and English on the same line
- can I use the eclipse .classpath file to set classpaths and launch a jar from command line?
- Where to put properties file in eclipse and how to access the path both locally and on server
- How to load an IFile and modify the same in eclipse plug-in development
- Java 11 and E(fx)clipse JavaFX plugin on Eclipse 4.9: An error has occurred - see the log file
- Can I update the HTML files using Wicket and Eclipse without recompiling the classes?
- Lines numbers inside the .class file differs from eclipse compilation and maven compilation
- Is it possible to add a .java file to my eclipse folder and have it appear in the output directory without being compiled?
- Combine Eclipse PDT and Aptanta plugin w/ JQuery in the SAME project
More Query from same tag
- Eclipse type var
- Eclipse libGDX project can't resolve gradle dependency of local repo but CLI has no problem?
- Is there a set of reasonable default Type Filters for Eclipse?
- Maven in Eclipse?
- How to run Clojure-tests in Eclipse?
- Docker Tooling for Eclipse - how to connect to docker daemon running inside VM
- Code Lab Exercise 5: SOAP Web Services
- Jenkins cannot find the external Jars added for the selenium project through Eclipse
- Egit working directory vs. projects in Eclipse
- Testing Android with Eclipse throws NoClassDefFoundError for MyActivity
- Control TPTP profiling programmatically
- Failing a very simple program in both ways
- gwtphonegapp workflow: what is the preferred way of creating a phonegap app?
- Integration ActiveMQ service with web service (Mule ESB)
- add dynamic checkbox in java windowbuilder
- xtext and junit pde
- File IO in eclipse
- How can I modify my eclipse.ini settings to build large-scale java projects?
- List of methods associated with specific event listeners?
- Set up Phonegap with eclipse
- How to use xtext and xpand togheter
- App crashes when images load
- How to Add starUML plugin into Eclipse(juno)?
- Display pdf within android app with revise option
- How can I change the color of the Eclipse neon.3 menu bar on Windows 10?
- declare array to use it outside whileloop
- How project/wizard is associated with perspective?
- set different build target in eclipse like in Xcode
- faces error in running the scala project
- Cannot see Tomcat homepage( http://localhost:8080) when starting it from eclipse. But it loads when I start it from tomcat bin directory. Any idead?