Re: PHP SQL Color Syntax that is Postgresql & GPL3 Compatible? - Mailing list pgsql-general

From John DeSoi
Subject Re: PHP SQL Color Syntax that is Postgresql & GPL3 Compatible?
Date
Msg-id 6178DD00-26D6-43E4-8E89-C34ED3057040@pgedit.com
Whole thread Raw
In response to Re: PHP SQL Color Syntax that is Postgresql & GPL3 Compatible?  (Ken Tanzer <ken.tanzer@gmail.com>)
List pgsql-general
On Apr 26, 2012, at 11:23 PM, Ken Tanzer wrote:

> I took a look.  The syntax highlighting in phpPgAdmin is nicely self-contained in one file, and BSD-licensed.
Unfortunatelythe actual highlighting is less advanced than some others.  (I've gotten spoiled by vim, but suspect it's
notwritten in PHP!)  Now I'm looking at a couple of javascript options with good highlighting instead. 

I'm not sure what your ultimate goal is, but here are a couple of open source projects where I have implemented
PostgreSQLsyntax coloring. 

PHP/TextMate:

https://github.com/desoi/pgedit-textmate

Javascript/Ace:

https://github.com/desoi/ace


John DeSoi, Ph.D.





pgsql-general by date:

Previous
From: Ken Tanzer
Date:
Subject: Re: PHP SQL Color Syntax that is Postgresql & GPL3 Compatible?
Next
From: Frank Lanitz
Date:
Subject: Is it possible to call other functions inside plpythonu?