Questions about the feature of syntax-highlighting (where code structure is made visually prominent) in software such as text-editors and integrated development environments (ide).
2
votes
1answer
32 views
How to add a new language definition for syntax highlighting in Gedit?
I've attempted to create a new .lang file for getting Gedit to recognize the Julia programming language. I have read the tutorial, the reference document and the wiki page Gedit/NewLanguage, and I ...
1
vote
0answers
25 views
Mysql gives syntax error
When I try to access mysql I get this:
$ sudo mysql -h localhost -u webmaster
[sudo] password for webmaster:
/usr/local/bin/mysql: 1: /usr/local/bin/mysql: Syntax error: "(" unexpected
I used the ...
2
votes
2answers
59 views
Is there a graphical pager with syntax highlighting?
Is there a graphical application in the repositories which has keyboard controls like the command-line application "less" and also has syntax highlighting?
I would like it to have arrow keys that ...
2
votes
2answers
159 views
VIM does not detect syntax of .ssh/config
On a plain Ubuntu installation (12.04 in my case) when I have no ~/.vimrc VIM does not detect syntax of .ssh/config.
Syntax highlighting works, but it does not set the correct filetype.
vi ...
0
votes
0answers
228 views
Smali Syntax Highlighting For gedit
I need smali syntax highlighting plugin for Gedit. Or any other alternative.
http://code.google.com/p/smali/
12
votes
3answers
7k views
Syntax highlighting on nano
Can nano do syntax highlighting like gedit and vim? How can I enable it? I need at least bash and python syntax highlights.
4
votes
2answers
971 views
How do I add a syntax highlighter format to Gedit?
How can I add in the regular expressions for an additional syntax language?
8
votes
2answers
2k views
Can I set a default syntax highlighting in Gedit?
Until you save a document in gedit, syntax highlighting is turned off. There are obviously good reasons for this -- people might get confused if certain words were randomly showing up in different ...
0
votes
1answer
279 views
Is there syntax highlighting for psql?
Is there some setting or package that I could use to give syntax highlighting to psql (the PostgreSQL shell)?
1
vote
0answers
587 views
Gedit thinks everything is an Apache config file [closed]
When I open a text file that does not have the .txt extension, Gedit sets the syntax highlighting to Apache Conf every single time.
This only started happening after my upgrade to 11.04. Is there a ...
0
votes
2answers
668 views
How to enable the Code/Syntax highlighting for groovy in VI?
i was using Fedora for about six months. Recently I have been changed to Ubuntu. And here in Ubuntu, there is no Code/Synatax for groovy in VI editor,which was actually there in Fedora VI. How to ...
0
votes
1answer
416 views
Snippet code manager like Snippets? [duplicate]
Possible Duplicate:
Code snippet manager for Ubuntu?
I'm looking some snippets code manager on Ubuntu like Snippets (for the MAC) with syntax highlighting (html, css, php). Thanks for ...
1
vote
2answers
919 views
Nano syntax highlighting for C# and/or ASP.Net
Has anyone got (or can point in the direction of) a nanorc file that contains syntax highlighting for C# and/or ASP.Net?