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).
Adding instructions to be highlighted in the editor
-
- CodeLite Enthusiast
- Posts: 13
- Joined: Mon Mar 20, 2017 11:05 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Adding instructions to be highlighted in the editor
"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