diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-11-26 14:27:53 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-11-26 14:30:49 +0100 |
commit | 9319c124c92503d12ba3bfea001a4b88eae4ed31 (patch) | |
tree | c50936f386a794d400ee8dcd8564a80a89efea7b /doc/emacs/programs.texi | |
parent | 65f355a0ad3f007987190b5852876246fcafa921 (diff) | |
download | emacs-9319c124c92503d12ba3bfea001a4b88eae4ed31.tar.gz emacs-9319c124c92503d12ba3bfea001a4b88eae4ed31.tar.bz2 emacs-9319c124c92503d12ba3bfea001a4b88eae4ed31.zip |
Mention new programming language support in manual
* doc/emacs/programs.texi (Program Modes): Mention newly added support
for C#, TypeScript and JSON.
Diffstat (limited to 'doc/emacs/programs.texi')
-rw-r--r-- | doc/emacs/programs.texi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi index c7f497c652b..e18533b3b7d 100644 --- a/doc/emacs/programs.texi +++ b/doc/emacs/programs.texi @@ -84,15 +84,15 @@ mode for the C programming language is @code{c-mode}. @cindex Javascript mode @cindex Awk mode Emacs has programming language modes for Lisp, Scheme, the -Scheme-based DSSSL expression language, Ada, ASM, AWK, C, C++, +Scheme-based DSSSL expression language, Ada, ASM, AWK, C, C++, C#, Fortran, Icon, IDL (CORBA), IDLWAVE, Java, Javascript, M4, Makefiles, Metafont (@TeX{}'s companion for font creation), Modula2, Object Pascal, Objective-C, Octave, Pascal, Perl, Pike, PostScript, Prolog, -Python, Ruby, Simula, SQL, Tcl, Verilog, and VHDL@. An alternative -mode for Perl is called CPerl mode. Modes are also available for the -scripting languages of the common GNU and Unix shells, and -MS-DOS/MS-Windows @samp{BAT} files, and for makefiles, DNS master -files, and various sorts of configuration files. +Python, Ruby, Simula, SQL, Tcl, TypeScript, Verilog, and VHDL@. An +alternative mode for Perl is called CPerl mode. Modes are also +available for the scripting languages of the common GNU and Unix +shells, and MS-DOS/MS-Windows @samp{BAT} files, and for makefiles, +JSON, DNS master files, and various sorts of configuration files. Ideally, Emacs should have a major mode for each programming language that you might want to edit. If it doesn't have a mode for |