summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-11-26 14:27:53 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-11-26 14:30:49 +0100
commit9319c124c92503d12ba3bfea001a4b88eae4ed31 (patch)
treec50936f386a794d400ee8dcd8564a80a89efea7b /doc
parent65f355a0ad3f007987190b5852876246fcafa921 (diff)
downloademacs-9319c124c92503d12ba3bfea001a4b88eae4ed31.tar.gz
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')
-rw-r--r--doc/emacs/programs.texi12
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