Page 1 of 1
syntax highlighting for assembly and python
Posted: Wed Jun 17, 2009 3:31 pm
by samueldotj
I have been using these files for sometime, thought of sharing it.
Eran can you include these files with the next release ?
Thanks
samuel
Re: syntax highlighting for assembly and python
Posted: Wed Jun 24, 2009 9:46 am
by eranif
Thanks for that!
I added them to SVN.
One thing:
codelite comes in two themes: default / black
I took the Python lexer and modified it a bit to fit into the black theme, but since I dont have any assembly code, I could not do the same for it.
I attached the lexer.
To install it, copy it to C:\Program Files\CodeLite\lexers\BlackTheme\ and restart codelite
Eran
Re: syntax highlighting for assembly and python
Posted: Wed Jul 01, 2009 6:17 am
by samueldotj
Thanks for adding those files.
I modified the assembly lexer to fit into the black theme and attached the file. I am not big fan of black theme, so let me know if more color tweaking is needed.
samuel
Re: syntax highlighting for assembly and python
Posted: Wed Jul 15, 2009 4:19 pm
by wuffe
eranif wrote:
I added them to SVN.
Eran
Since CodeLite is a multiplatform IDE and editor I would sugest that the lexel_asm.xml are renamed to something more describing the actual cpu instructionset architecture such as "lexer_asm-x86.xml"
I'm currently experimenting on highlighter/lexers for MOS-6502, Motorola-68000, SPARC and ARM assembly language - when they are done - I'll submit them here...
Re: syntax highlighting for assembly and python
Posted: Wed Jul 15, 2009 4:28 pm
by eranif
wuffe wrote:Since CodeLite is a multiplatform IDE and editor I would sugest that the lexel_asm.xml are renamed to something more describing the actual cpu instructionset architecture such as "lexer_asm-x86.xml"
Indeed, a good point
Eran