The syntax-highlighting tag has no wiki summary.
17
votes
6answers
8k views
How do I easily highlight the syntax of PHP code in Word?
How do I easily write and syntax hightlight PHP (or any other language really) code in a Word 2009 document?
4
votes
15answers
423 views
Free HTML editor for Windows
I'm looking for a free HTML editor for Windows that support combined syntax highlighting.
Basically it means that if I have a HTML document open with both JavaScript and CSS, it would add HTML ...
17
votes
3answers
24k views
Syntax highlighting in Microsoft Office Word [duplicate]
Possible Duplicate:
How do I easily highlight the syntax of PHP code in Word?
I need to paste some code (ANSI C) in Microsoft Office Word, and I need some form of syntax highlighting ...
83
votes
4answers
30k views
Assigning custom extensions to a language's syntax highlighting in Notepad++
Currently opening .sql files in Notepad++ results in Notepad applying SQL syntax highlighting to it. I'd like Notepad++ to do the same for other extensions as well, is there some setting where I can ...
20
votes
3answers
2k views
Convert HTML to image
Background
Batch convert various syntax-highlighted source files (C, SQL, Java, PHP, batch, bash) into high-resolution images (600dpi), suitable for an eBook and printed book.
Failed Solutions
A ...
4
votes
1answer
2k views
How to get syntax highlighting working in TextMate 2
I just cloned TextMate 2 from GitHub. Followed the instructions in the readme file and everything went smooth with the installation. However, there is no syntax highlighting.
No problem – just need ...
5
votes
2answers
4k views
How to make Visual Studio 2010 highlight identical, selected words in editor ?
I would like to enable (if it exists) an option in Visual Studio 2010 that would highlight the same identical words to the selected ones.
There is a feature like this already implemented e.g. in ...
1
vote
3answers
812 views
Custom Vim Highlighting (only works with specific file types)
I have this in my vimrc:
"on will override defaults set. Enable will allow you to set defaults."
syntax enable
...
"attempting to highlight specific keywords so it is easy to see in code."
"see ...
26
votes
8answers
8k views
How to syntax highlight via Less
is there a way to syntax highlight a file I see in Less?
actually I'm using this command to open an xml file (and sometimes a series of them)
less htmleditors/htmleditors_config.xml
or
less ...
6
votes
6answers
3k views
Custom vim highlighting
I am editing some xml right now and I have been leaving myself some comments of things to come back to. Like this
<!-- Question: bla bla -->
I am editing with vim right now and I would like ...
8
votes
4answers
2k views
Different language syntax highlighting within same file
I'm trying to get simple syntax highlighting working within a file. Here's the setup.
I have an index.php file, which Notepad++ correctly highlights any PHP code between the <? and ?> tags. ...
0
votes
1answer
742 views
No syntax highlighting in GVIM on Windows with _vimrc
My GVIM 7.3.46 install on Windows XP Professional SP3 32bit does not perform syntax highlighting if there exists a _vimrc file, at least not PHP and C. Even explicitly mentioning set syntax=php I get ...
0
votes
2answers
158 views
Editor of txt files for Windows with syntax highlight and foldable/collapsible sections for Markdown [closed]
I asked the same for Notepad++, but in fact I don't mind changing of software.
I am interested in managing txt files that contain Markdown. I would like to find an editor of txt files for Windows ...
1
vote
1answer
724 views
How to make syntax highlighting for source code in Outlook 2007 email? [duplicate]
Possible Duplicates:
Syntax highlighting in Microsoft Office Word
How do I easily highlight the syntax of PHP code in Word?
When I send email to someone with source snippet then how to ...
0
votes
1answer
1k views
Geany: Syntax highlighting and autocomplete doesn't work unless I have the header file open in geany
I'm currently writing a program that uses the GTK library.
The programs compile and run fine.
The problem is - geany seems to not 'know' what structs and methods are in the GTK header file.
It ...
