AshokEmrys / conque

code.google.com/p/conque
0 stars 0 forks source link

Color syntax support #29

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
hello i start work for color syntax support in conque
patch in attach.
also i create fork on github
https://github.com/darvin/conquecolor.vim

Original issue reported on code.google.com by dcd...@gmail.com on 16 Nov 2010 at 6:49

Attachments:

GoogleCodeExporter commented 8 years ago
Great idea.

This should probably be enabled by a config option. E.g. if g:ConqueTerm_Syntax 
is empty, which may be the new default value.

You probably also want to improve the catch case to clean up commands, e.g.:

/bin/bash => bash
C:\Python27\python.exe => python
C:\Ruby191\irb.bat => rb
etc..

Original comment by nicora...@gmail.com on 16 Nov 2010 at 7:21