emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 9319c124c9 2/2: Mention new programming language support in manua


From: Stefan Kangas
Subject: master 9319c124c9 2/2: Mention new programming language support in manual
Date: Sat, 26 Nov 2022 08:34:09 -0500 (EST)

branch: master
commit 9319c124c92503d12ba3bfea001a4b88eae4ed31
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Mention new programming language support in manual
    
    * doc/emacs/programs.texi (Program Modes): Mention newly added support
    for C#, TypeScript and JSON.
---
 doc/emacs/programs.texi | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi
index c7f497c652..e18533b3b7 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]