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 .") |
|||
| (11 intermediate revisions by 6 users not shown) | |||
| Line 1: | Line 1: | ||
| − | '''java-mode''' comes with Emacs which provides very basic [[ | + | {{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 [[syntax highlighting]]. | ||
| + | |||
| + | == Basic Setup == | ||
| + | |||
| + | |||
| + | ==See also == | ||
| + | [[Java]] | ||
| + | |||
| + | |||
| + | [[Category:Java]] | ||
| + | [[Category:Programming languages]] | ||
Latest revision as of 20:21, 7 December 2012
| Library | cc-mode |
|---|---|
| Command | java-mode |
| Builtin | yes |
| Auto-activates for | *.java |
java-mode comes with Emacs which provides very basic syntax highlighting.