textadept
textadept copied to clipboard
Improvements to the Ada lexer
trafficstars
There are some simple changes that could be done to improve the Ada lexer:
- Ada is not case sensitive.
- Ada 2022 added the reserved word
parallel. Additionally, apparently the reserved wordsoverridingandsomewere missing. Here is a full list.
Also, you might want to fix privilages -> privileges on the textadept homepage.
Thanks for the heads up, I will look into this when I have some time.
Ada improvements were committed in Scintillua: https://github.com/orbitalquark/scintillua/commit/9fd3ed6d4f13458a11a8fc38dd6aa3ded72f3c48.