ADA programming language

General questions regarding the usage of CodeLite
damkholer
CodeLite Curious
Posts: 1
Joined: Mon Jan 11, 2016 12:19 pm
Genuine User: Yes
IDE Question: c++
Contact:

ADA programming language

Post by damkholer »

Hello to everybody.
I am successfully using CodeLite for my C++\ADA program, I would like to have also the syntax highlight for the ADA programming language.
I tried to customize the syntax highlight for .adb and .ads files, but with no success.
Can anyone help me to achieve this?

Thank you,
Marco.
aethaniel
CodeLite Curious
Posts: 1
Joined: Fri Sep 19, 2014 11:33 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: ADA programming language

Post by aethaniel »

Hi @damkholer,

The clue seems to be in Codelite/lexers/lexers.json, at first glance.

The official documentation here seems to be a bit outdated but close to the truth regarding the current deliveries.
Post Reply