Difference between revisions of "Java-mode"
Jump to navigation
Jump to search
(Created page with "'''java-mode''' comes with Emacs which provides very basic syntax highlight .") |
m (basic) |
||
| Line 1: | Line 1: | ||
| − | '''java-mode''' comes with Emacs which provides very basic [[Font Lock | syntax highlight ]]. | + | {{Infobox major-mode |
| + | |title = Emacs Lisp | ||
| + | |library = cc-mode | ||
| + | |command = java-mode | ||
| + | |builtin = yes | ||
| + | |auto activates = *.java | ||
| + | }} | ||
| + | |||
| + | '''java-mode''' comes with Emacs which provides very basic | ||
| + | [[Font Lock | syntax highlight ]]. | ||
| + | |||
| + | |||
| + | [[Category:Java]] | ||
| + | [[Category:Programming]] | ||
| + | [[Category:Programming languages]] | ||
| + | [[Category:Major mode]] | ||
Revision as of 01:14, 3 April 2012
| Library | cc-mode |
|---|---|
| Command | java-mode |
| Builtin | yes |
| Auto-activates for | *.java |
java-mode comes with Emacs which provides very basic syntax highlight .