0
votes
3answers
159 views
Where can I find a Vim syntax file for the go language?
Has anyone created a vim syntax file for the go language?
2
votes
1answer
68 views
Highlight under-cursor code block ?
I'm looking for a way to highlight the code block currently under the cursor while in normal mode.
This would work kinda like the set showmatch config options does, but the detec …
1
vote
1answer
42 views
Is there a way to syntax highlight an If - End If statement in VB.Net
I am trying to read through some code and it would be helpful if the editor in VS 2008 would highlight the If statement by using the cursor and double clicking the End If statement …
2
votes
3answers
90 views
Lexical Analysis of Python Programming Language
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: http://www.quut.com/c/ANSI- …
0
votes
1answer
15 views
How do I switch off code sense for specific file types in Xcode?
What I want
I want to switch off code sense, not globally, but just for specific file types. For instance, I like to edit my Release Notes plain text file in Xcode, but it starts …
2
votes
6answers
123 views
How to Syntax Highlight in a RichTextBox [C#]?
How do I syntax highlight in a richtextbox control AS THE USER TYPES and USING A String[] keywords. I will be publishing a lightweight notepad to the web soon and I want it to have …
0
votes
3answers
66 views
Is there a free code to html syntax highlighter written in C#?
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
1
vote
2answers
65 views
What is the scope of effort for making standard java-mode syntax highlighting language release dependent?
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 …
1
vote
1answer
49 views
Custom Windows 7 Preview Pane syntax highlighting
After discovering on superuser 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 ahea …
1
vote
3answers
69 views
Where can I find a simple JavaScript based HTML syntax highlighter?
Where can I find a simple JavaScript based HTML syntax highlighter?
Simpler is better, and I don't need any line numbers or tricks, just added colors.
If it is the same colors as …
2
votes
2answers
77 views
Highlighting quoted/backquoted parens
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 t …
5
votes
2answers
90 views
Combined HTML, PHP and Javascript indenting and syntax highlighting in vim
Hi all,
I use vim for web development. These are almost always .php files, which also contain HTML and sometimes Javascript. While working in a block of PHP, indenting works fine. …
1
vote
8answers
124 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 …
1
vote
4answers
77 views
Free syntax highlighting component in .NET
Hi Guys,
Does anyone knows about good free syntax highlighting component for .NET?
Thanks a lot,
Adi Barda
0
votes
2answers
64 views
Color (syntax highlighting) within an HTML <code> tag
In a code fragment like the following ...
class Foo
{
internal Foo()
{
for (int i = 0; i < 42; ++i);
}
}
... its various keywords and so on are color-coded when the …
