Adding instructions to be highlighted in the editor

CodeLite installation/troubleshooting forum
ultrajunkie
CodeLite Enthusiast
Posts: 13
Joined: Mon Mar 20, 2017 11:05 pm
Genuine User: Yes
IDE Question: C++
Contact:

Adding instructions to be highlighted in the editor

Post by ultrajunkie »

Hi all

So far I have used codelite for C/C++ programming, but after I purchased a Raspberry PI I also want to program in assembler.

Some commands like "MOV" are recognized by the editor and auto completion function, but others (like "LDR") are not. But I would like to have the full instruction set.

Now my question: where can I configure these additional commands? Is there a specific source file to adapt so that other elements could be highlighted, too (that would be my contribution to the development).
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Adding instructions to be highlighted in the editor

Post by eranif »

"settings->colours and fonts->customize" and select your language from the list, add the keywords to the language there
Make sure you have read the HOW TO POST thread
Post Reply