rouge icon indicating copy to clipboard operation
rouge copied to clipboard

Added Informix-4GL lexer

Open arielvega opened this issue 4 years ago • 0 comments

Hi,

I have done this lexer some time ago because my need of support for this language, I think that this can be useful for the comunity.

###################### LEXER INFO ###################### title "4GL" desc "Informix-4GL is a 4GL programming language developed by Informix during the mid-1980s." tag '4gl' filenames '*.4gl' mimetypes 'text/plain'

I have added a lexer file in lib/rouge/lexers/4gl.rb, a demo file in lib/rouge/demos/4gl, spec/lexers/4gl.rb and in spec/visual/samples/4gl

Regards,

Ariel

arielvega avatar Mar 08 '21 14:03 arielvega