I have been using these files for sometime, thought of sharing it.
Eran can you include these files with the next release ?
Thanks
samuel
syntax highlighting for assembly and python
-
- CodeLite Curious
- Posts: 5
- Joined: Fri Aug 08, 2008 9:11 am
- Contact:
syntax highlighting for assembly and python
You do not have the required permissions to view the files attached to this post.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: syntax highlighting for assembly and python
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
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
You do not have the required permissions to view the files attached to this post.
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 5
- Joined: Fri Aug 08, 2008 9:11 am
- Contact:
Re: syntax highlighting for assembly and python
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
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
You do not have the required permissions to view the files attached to this post.
-
- CodeLite Enthusiast
- Posts: 27
- Joined: Wed Jun 24, 2009 12:41 pm
- Contact:
Re: syntax highlighting for assembly and python
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"eranif wrote:
I added them to SVN.
Eran
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...
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: syntax highlighting for assembly and python
Indeed, a good pointwuffe 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"
Eran
Make sure you have read the HOW TO POST thread