From: Stefan Kangas Date: Sat, 26 Nov 2022 13:27:53 +0000 (+0100) Subject: Mention new programming language support in manual X-Git-Tag: emacs-29.0.90~1482 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9319c124c92503d12ba3bfea001a4b88eae4ed31;p=emacs.git Mention new programming language support in manual * doc/emacs/programs.texi (Program Modes): Mention newly added support for C#, TypeScript and JSON. --- 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