From: Marc Tfardy <m-t-o___CUT__IT@web.de>
To: help-gnu-emacs@gnu.org
Subject: Re: Use C syntax highlighting with other extension
Date: Sat, 21 Mar 2009 01:01:25 +0100 [thread overview]
Message-ID: <72ip2nFq5o3uU1@mid.individual.net> (raw)
In-Reply-To: <e012c1c2-48e5-4561-934f-36834e8d2438@n33g2000pri.googlegroups.com>
spasmous2 schrieb:
> I have some files that are mostly C code, but have an extension .d
> rather than .c. How can I make emacs use C syntax highlighting with
> these .d files? If I rename the files with a .c then all works nicely
> but I would like to keep the .d extension. Thanks.
(add-to-list 'auto-mode-alist '("\\.d\\'" . c-mode))
regards
Marc
next prev parent reply other threads:[~2009-03-21 0:01 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-20 23:45 Use C syntax highlighting with other extension spasmous2
2009-03-21 0:01 ` Marc Tfardy [this message]
2009-03-21 1:22 ` Pascal J. Bourguignon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=72ip2nFq5o3uU1@mid.individual.net \
--to=m-t-o___cut__it@web.de \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).