Re: [PyQt] highlighting different language in one document
Le 23/09/11 07:49, 최원준 a écrit : can I highlight dfferent language(python, c, fortran) in one document? for example, #_begin_python_ --> set python lexer #_end_p
[PyQt] highlighting different language in one document
can I highlight dfferent language(python, c, fortran) in one document? for example, #_begin_python_ --> set python lexer #_end_python_ #_begin_c_ --> set c lexer #_end_c_ #_begin_fortran_ --> set fortran lexer #_end_fortran_ ---