active questions tagged syntax-highlighting - Stack Overflowmost recent 30 from stackoverflow.com2009-12-09T09:43:32Zhttp://stackoverflow.com/feeds/tag/syntax-highlightinghttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1872703/integrate-syntax-highlighter-prettify-pygments-with-plone0Integrate Syntax Highlighter (Prettify, Pygments,..) with PloneAndreas_D2009-12-09T09:41:24Z2009-12-09T09:41:24Z
<p>I'm actually challenged with documenting aspects/problems/usages of inherited source code to teach and train co-workers as well as to identify problems that should be future maintenance tasks... The idea is to create an internal wiki or blog with short articles that highlight certain features and provide hints for using the API.</p>
<p>We already have a Plone instance installed to capture knowledge, what I'm missing is a syntax highlighting feature, which to me is essential for this task.</p>
<p>Does anyone have experience with syntax highlighting in Plone, preferable with integrating Google Prettify or Pygments so that tagged content on a Plone page becomes syntax highlighted and can provide hints or solution how it can be done?</p>
<p>Any suggestions even for a different tool that could support that mission are highly welcome as well!</p>
http://stackoverflow.com/questions/1871949/code-syntax-highlighter0code syntax highlightervamsivanka2009-12-09T06:22:56Z2009-12-09T07:32:03Z
<p>Hi all, </p>
<p>I'm looking for an auto syntax highlighter. when I specify the starting point and the ending point of the code the syntax highlighter should automatically identify the type of code (e.g. sql, vb, cs, JavaScript etc) and highlight accordingly.</p>
<p>Please let me know if anyone did this before, or if you know any site which does that.</p>
<p>I am using it for asp.net vs2008.</p>
<p>--vamsi</p>
http://stackoverflow.com/questions/1627033/xcode-code-sense-color-completion-not-working0xcode code sense color/completion not workingmga2009-10-26T20:05:40Z2009-12-08T20:59:37Z
<p><strong>EDIT:</strong> This is weird... if I double-click the Recent Projects item for the project in the welcome screen, code sense and coloring works just fine but if I just click <code>Open</code> (bottom right in welcome screen) it doesn't. Opening from <code>File > Recent projects</code> does not work either and neither does double-clicking the <code>.xcodeproj</code> file in Finder.</p>
<p><hr /></p>
<p>Code sense for an iPhone OS 3.0 project I have been working on for several months (through different installations/versions of XCode) is not working any more. For instance, if I do <code>NSString *myString</code>, all code would be black (no coloring, no Option + Double Click, no code completion). Code Sense only "works" for my own classes/methods/properties but not for any of the SDK classes. If I create a new project from scratch I do have all of these working.</p>
<p>I already tried changing the "Base SDK for All Configurations" in this project. I already tried "Rebuild Code Sense Index". I already tried "Clean All Targets".</p>
<p>Documentation in the Preferences is all downloaded and working. For instance, if I select the <code>NSString</code> above and do Right-Click -> Find text in documentation, I get the window with all the reference to the class.</p>
<p>Any ideas will be greatly appreciated.</p>
http://stackoverflow.com/questions/1868892/emacs-c-mode-highlighting-casts-malloc-and-sizeof1Emacs C++ Mode: Highlighting Casts, Malloc and SizeofJohn Bellone2009-12-08T18:23:36Z2009-12-08T18:23:36Z
<p>I am using the standard (shipped) Emacs C++ mode but I have a slight itch that I am looking to get scratched. How would I go about properly highlighting the types inside of a <em>sizeof</em> and the <em>casts</em> in C++?</p>
<p>For example:</p>
<ol>
<li><p><strong>A Cast</strong></p>
<p><code>Type * pointer = reinterpret_cast <Type *> (original);</code></p></li>
<li><p><strong>Sizeof</strong></p>
<p><code>std::cout << sizeof (Type) << "\n";</code></p></li>
</ol>
http://stackoverflow.com/questions/1858071/is-it-possible-to-provide-code-highlighting-on-sites-google-com-websites1Is it possible to provide Code highlighting on sites.google.com websites?ajay2009-12-07T05:54:55Z2009-12-07T06:09:14Z
<p>Is it possible to do Code Sytnax highlighting on sites.google.com websites like the way we do it on Blogger.com or Wordpress.com?</p>
http://stackoverflow.com/questions/1853419/syntax-highlighter-for-java3Syntax Highlighter for JavaAhmet Alp Balkan2009-12-05T20:51:22Z2009-12-05T21:21:50Z
<p>Hello friends,</p>
<p>As you know there is a Syntax highlighter for PHP called <a href="http://qbnz.com/highlighter/" rel="nofollow">GeSHi</a> which supports a great number of Programming Languages or Code formats.</p>
<p>However, I couldn't find such a library for Java which supports programming languages that I need (ADA, ASP, BNF, Bash, Brainfuck, C, C++, C#, CSS, Cobol, ColdFusion, D, Fortran, Haskell, HTML, INI (Config), Java, JavaScript, Lisp, Make, Objective C, PASCAL, Perl, PHP, PLSQL, Prolog, Python, Ruby, Scheme, SQL, VB.NET, Verilog, VHDL, Visual Basic, XML.)</p>
<p>Do you know one or should I prefer inefficient way which is retrieving the highlighted code from a remote PHP server via http transaction? Any ideas?</p>
<p>Thanks.</p>
http://stackoverflow.com/questions/1645735/highlighting-quoted-backquoted-parens2Highlighting quoted/backquoted parensBrian Carper2009-10-29T18:39:28Z2009-12-04T19:44:36Z
<p>In Emacs is there a way to syntax-highlight the parentheses of quoted and backquoted sexps differently than the parens of other sexps so they stand out? e.g. I want these parens to be a different color than other parens:</p>
<pre><code>(foo `(bar (baz)) quux)
^ ^
</code></pre>
http://stackoverflow.com/questions/1841663/highlightstring-in-c0highlight_string in C#jcasso2009-12-03T17:48:12Z2009-12-03T18:02:23Z
<p>Is there an equivalent of PHP's <a href="http://php.net/manual/en/function.highlight-string.php" rel="nofollow">highlight_string</a> function in C#?</p>
<p>It is not necessary to be a built-in function.</p>
<p>Edit: If not is there a good library for that?</p>
<p><strong>Edit2: I really need a server side solution for that like PHP does.</strong></p>
http://stackoverflow.com/questions/1837061/defining-new-syntax-in-emacs6Defining new syntax in EmacsSahasranaman MS2009-12-03T01:19:09Z2009-12-03T01:32:15Z
<p>Hi,</p>
<p>I have a custom config file format and I would like Emacs to recognize and highlight the syntax. Is this possible. If yes, how do we do it?</p>
<p>Thanks for your answers.</p>
http://stackoverflow.com/questions/1799465/syntax-highlighting-in-drupal0Syntax Highlighting in Drupalvaibhav2009-11-25T19:40:57Z2009-11-30T17:51:53Z
<p>Which is the best module for Syntax Highligting in Drupal.
I am using <a href="http://drupal.org/project/geshifilter" rel="nofollow">GeSHi</a> for syntax highlighting my code. It was working fine then I installed a second module <a href="http://drupal.org/project/fckeditor" rel="nofollow">FCKeditor</a>. Now GeSHi filter is not working with FCKeditor.
Do anyone have any idea why these modules are not working together.</p>
<p>Thanks in advance.</p>
http://stackoverflow.com/questions/1813060/syntax-highlighting-in-a-vim-fold-header0syntax highlighting in a VIM fold headerMikeage2009-11-28T17:02:45Z2009-11-28T23:18:34Z
<p>Is there any way to have VIM continue to apply formatting to the line used as the header for a fold?</p>
<p>E.g., I have the following code:</p>
<pre><code>int foo(int a, int b) {
int c;
....
}
</code></pre>
<p>When folded, I see:</p>
<pre><code>+-- 4 lines: int foo(int a, int b) {----------------------------
</code></pre>
<p>However, the whole line is highlighted as per the "Folded" class. Is there any way to disable this, so I continue to see the syntax highlighting?</p>
<p>[for a simple example this is not so important, but I also use folding extensively in viewing large data files, and there the formatting is much more important to me]</p>
<p><hr></p>
http://stackoverflow.com/questions/972812/syntax-highlighting-in-cocoa-textview-experiences-suggestions-ideas3Syntax Highlighting in Cocoa TextView? Experiences? Suggestions? Ideas?The MYYN2009-06-09T22:25:55Z2009-11-24T15:19:49Z
<p>I'm interested in <strong>syntax highlighting</strong> in a <strong>Cocoa</strong> TextView.</p>
<p>I found several resources:</p>
<ul>
<li><p><a href="http://www.stiefels.net/2008/01/22/syntax-highlighting-for-nstextview-with-flex/" rel="nofollow">approach with flex</a>, via a <a href="http://flex.sourceforge.net/" rel="nofollow">flex</a> pattern matched against <code>textStorageDidProcessEditing</code>
in a <code>TextView</code> delegate. In this approach the whole string get parsed on each input event, hence performance degrades.</p></li>
<li><p>CocoaDev has an <a href="http://www.cocoadev.com/index.pl?ImplementSyntaxHighlighting" rel="nofollow">own page on the topic of syntax highlighting</a>:</p>
<ol>
<li><p>Use <code>NSTextStorageDidProcessEditingNotification</code>, then get the edited range, and just apply the coloring there. The range might be wordboundaries or anything; this definitely improves performance.</p></li>
<li><p>Mentioned there: <em>Xcode, for example, only colorizes text that's currently on-screen, and defers colorizing the rest of the document until you scroll through it.</em> How would one implement this?</p></li>
<li><p>Use <code>NSLayoutManager</code> – via <em>Temporary attributes [which] are used only for on-screen drawing and are not persistent in any way...</em> as the docs say, but that <em>doesn't color the last edited range, until a whitespace character is entered.</em></p></li>
<li><p>Custom Helper like <a href="http://www.zathras.de/angelweb/sourcecode.htm#UKSyntaxColoredTextDocument" rel="nofollow">UKSyntaxColoredDocument</a> – nice, but language definition is done via property list; how to use additional/existing language definitions? </p></li>
</ol></li>
</ul>
<p>None of the approaches seem really extensible or robust to me (except the 4. maybe ..).</p>
<p>I am aware of robust existing libraries for SH like <a href="http://pygments.org/" rel="nofollow">pygments</a>; and of <a href="http://pyobjc.sourceforge.net/" rel="nofollow">PyObjC</a>.</p>
<p><strong>Question</strong>: How would it be possible to use some existing library e.g. like <a href="http://pygments.org/" rel="nofollow">pygments</a> to have an extensible and performant syntax highlighting in a Cocoa <code>TextView</code>?</p>
<p><em>Note</em>: I know this question is very broad (and much too long). Experiences and suggestions as well as solutions are welcome. Thanks. </p>
http://stackoverflow.com/questions/1404281/color-themes-for-eclipse-cdt0Color Themes for Eclipse CDT?Ionut Anghelcovici2009-09-10T09:33:45Z2009-11-21T22:38:28Z
<p>Hello, </p>
<p>I know that there are many questions regarding the color themes in Eclipse.
The problem is that all of them are for Java or PyDev and, of course, they
don't work for C/C++.</p>
<p>Do you have any cool syntax highlight theme for C++ under Eclipse?</p>
http://stackoverflow.com/questions/1757572/where-can-i-find-a-vim-syntax-file-for-the-go-language2Where can I find a Vim syntax file for the go language?C. Ross2009-11-18T17:12:31Z2009-11-18T21:40:06Z
<p>Has anyone created a vim syntax file for the go language? </p>
http://stackoverflow.com/questions/1752383/highlight-under-cursor-code-block2Highlight under-cursor code block ?julien2009-11-17T22:39:48Z2009-11-18T10:02:03Z
<p>I'm looking for a way to highlight the code block currently under the cursor while in normal mode. </p>
<p>This would work kinda like the <code>set showmatch</code> config options does, but the detection and highlighting would stretch over the entire block.</p>
<p>Any way to achieve this functionality either with config options or a (preferably existing) script ?</p>
http://stackoverflow.com/questions/1743427/is-there-a-way-to-syntax-highlight-an-if-end-if-statement-in-vb-net1Is there a way to syntax highlight an If - End If statement in VB.Net Vidar2009-11-16T16:55:48Z2009-11-16T17:18:22Z
<p>I am trying to read through some code and it would be helpful if the editor in VS 2008 would highlight the <strong>If</strong> statement by using the cursor and double clicking the <strong>End If</strong> statement (or something like that). </p>
<p>I believe I could do something like this in Java using Eclipse - it was very good at highlighting a code block by clicking next to one of the curly braces.</p>
<p>Anyone know how to do this kind of thing?</p>
http://stackoverflow.com/questions/1732743/lexical-analysis-of-python-programming-language3Lexical Analysis of Python Programming Languagepokstad2009-11-14T00:25:08Z2009-11-14T00:46:21Z
<p>Does anyone know where a FLEX or LEX specification file for Python exists? For example, this is a lex specification for the ANSI C programming language: <a href="http://www.quut.com/c/ANSI-C-grammar-l-1998.html" rel="nofollow">http://www.quut.com/c/ANSI-C-grammar-l-1998.html</a></p>
<p>FYI, I am trying to write code highlighting into a Cocoa application. Regex won't do it because I also want grammar parsing to fold code and recognize blocks.</p>
http://stackoverflow.com/questions/1710653/is-there-a-free-code-to-html-syntax-highlighter-written-in-c0Is there a free code to html syntax highlighter written in C#?Jamey McElveen2009-11-10T19:44:41Z2009-11-10T19:55:53Z
<p>Is there a free code to html syntax highlighter written in C#? I am looking for something I can host in an .net mvc app</p>
http://stackoverflow.com/questions/1708799/is-there-a-syntax-highlighting-library-similar-to-geshi-with-an-apache-or-bsd-sty0Is there a syntax highlighting library similar to GeSHI with an Apache or BSD style licence?everyman2009-11-10T15:28:12Z2009-11-10T15:28:12Z
<p>I am looking for a syntax highlighting library similar to GeSHI. We are working on a commercial closed source application and so cannot use GeSHI as it is GPL'd. Is there a syntax highlighting library similar to GeSHI with an Apache or BSD style licence?</p>
http://stackoverflow.com/questions/1697360/how-to-syntax-highlight-in-a-richtextbox-c2How to Syntax Highlight in a RichTextBox [C#]?Mohit Deshpande2009-11-08T17:59:44Z2009-11-10T07:08:37Z
<p>How do I syntax highlight in a richtextbox control <b>AS THE USER TYPES</b> and <b>USING A String[] keywords</b>. I will be publishing a lightweight notepad to the web soon and I want it to have syntax highlighting. I am using Windows forms. Can someone post a code example?</p>
http://stackoverflow.com/questions/1688841/custom-windows-7-preview-pane-syntax-highlighting1Custom Windows 7 Preview Pane syntax highlightingslf2009-11-06T16:46:39Z2009-11-08T00:13:57Z
<p>After <a href="http://superuser.com/questions/66749/color-coded-windows-7-preview-pane">discovering on superuser</a> that there is no current way to add syntax highlighting to the Windows 7 preview pane, I figured if someone else hasn't done it yet then I'll go ahead and do it myself.</p>
<p>Is there an API or SDK available for Windows 7 that exposes the preview pane in explorer to customization? If so, what is it and how do you think is the most elegant way to accomplish this? I would like it to read the syntax highlighting options from Visual Studio to get the users favorite colors and code theme settings.</p>
http://stackoverflow.com/questions/1694645/what-is-the-scope-of-effort-for-making-standard-java-mode-syntax-highlighting-lan1What is the scope of effort for making standard java-mode syntax highlighting language release dependent?pajato02009-11-07T22:21:30Z2009-11-07T23:49:43Z
<p>My itch to see the Emacs syntax highlighting handle generics more effectively is getting worse and worse with each new release of the Java language. I suspect adding customization support for the language level is a significant piece of programming effort. But it would still be interesting to hear someone knowledgeable expound at a fairly high level on what needs to be done to <code>cc-mode.el</code> and or <code>cc-cmds.el</code> to make this happen. Perhaps there is another solution. Is JDE language level aware?</p>
http://stackoverflow.com/questions/678801/visual-studio-markup-syntax-highlighting-inside-scripttypetxt-html1Visual Studio - Markup syntax highlighting inside script[type:txt/html]chief72009-03-24T19:11:04Z2009-11-06T18:05:44Z
<p>Does anyone know how or if its possible for Visual Studio 2008 to highlight the html syntax inside a script block of type "text/html" just like any other markup on an aspx/html page. I'm using the script block to house my templates for client-side templating.</p>
http://stackoverflow.com/questions/1680377/where-can-i-find-a-simple-javascript-based-html-syntax-highlighter1Where can I find a simple JavaScript based HTML syntax highlighter?YuriKolovsky2009-11-05T12:52:10Z2009-11-06T08:48:52Z
<p>Where can I find a simple JavaScript based HTML syntax highlighter?<br>
Simpler is better, and I don't need any line numbers or tricks, just added colors.</p>
<p>If it is the same colors as dreamweaver, even better!</p>
http://stackoverflow.com/questions/1151990/gmail-syntax-highlighter1Gmail Syntax HighlighterFirstthumb2009-07-20T06:39:33Z2009-11-05T14:33:53Z
<p>Hi all,</p>
<p>I sent my code to my friend over Gmail but as you guess, the code is not highlighted in Gmail. Is there solution to highlight code that is sent over Gmail?</p>
http://stackoverflow.com/questions/1668691/free-syntax-highlighting-component-in-net1Free syntax highlighting component in .NETAdi Barda2009-11-03T16:58:32Z2009-11-03T17:14:05Z
<p>Hi Guys,</p>
<p>Does anyone knows about good free syntax highlighting component for .NET? </p>
<p>Thanks a lot,<br />
Adi Barda</p>
http://stackoverflow.com/questions/1124545/compiler-compiler-in-c6Compiler compiler in C#combatcarrot2009-07-14T10:23:45Z2009-11-03T04:29:59Z
<p>I'm looking for a customizable parser and/or lexer that can allow me to build a custom syntax checker in C#. Essentially the user will enter code a line of code (custom), and the syntax checker will be able respond if it is written correctly or not. </p>
http://stackoverflow.com/questions/1632407/has-anyone-got-a-jsp-language-file-for-notepad0Has anyone got a JSP language file for Notepad++?Electrons_Ahoy2009-10-27T17:30:29Z2009-11-01T19:12:01Z
<p>I can't seem to find a language syntax highlighting file for JSPs for Notepad++. Is there one out there?</p>
<p>(Currently, I've just got it set to use Java highlighting, which is a little sub-optimal. I could knock together my own, I suppose, but I'm hoping the internet has solved my problem for me.)</p>
http://stackoverflow.com/questions/1657034/free-html-editor-for-windows1Free HTML editor for Windowsmofle2009-11-01T12:22:16Z2009-11-01T16:14:45Z
<p>I'm looking for a free HTML editor for Windows that support combined syntax highlighting. </p>
<p>Basically it means that if I have a HTML document open with both JavaScript and CSS, it would add HTML syntax highlighting to the HTML part, JavaScript syntax to the JavaScript part, and CSS syntax to the CSS part.</p>
http://stackoverflow.com/questions/1647724/color-syntax-highlighting-within-an-html-code-tag0Color (syntax highlighting) within an HTML <code> tagChrisW2009-10-30T02:43:26Z2009-10-30T14:17:56Z
<p>In a code fragment like the following ...</p>
<pre><code>class Foo
{
internal Foo()
{
for (int i = 0; i < 42; ++i);
}
}
</code></pre>
<p>... its various keywords and so on are color-coded when they're displayed in my browsers.</p>
<p>When I do "View source", I don't see anything special in the HTML that would implement this color-coding.</p>
<p>How and/or where is this syntax-specific color-highlighting implemented, then? For example is it built-in to the browsers, or is it implemented by site-specific JavaScript editing the DOM within the browsers?</p>
<p>I find this a difficult question to Google for.</p>