]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention new programming language support in manual
authorStefan Kangas <stefankangas@gmail.com>
Sat, 26 Nov 2022 13:27:53 +0000 (14:27 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Sat, 26 Nov 2022 13:30:49 +0000 (14:30 +0100)
* doc/emacs/programs.texi (Program Modes): Mention newly added support
for C#, TypeScript and JSON.

doc/emacs/programs.texi

index c7f497c652b60e3ca4b44efbb103ef324b50dd52..e18533b3b7d53fd4643d7ea85220cfbd85164a04 100644 (file)
@@ -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