textadept icon indicating copy to clipboard operation
textadept copied to clipboard

Improvements to the Ada lexer

Open jcprpr opened this issue 3 years ago • 1 comments
trafficstars

There are some simple changes that could be done to improve the Ada lexer:

  1. Ada is not case sensitive.
  2. Ada 2022 added the reserved word parallel. Additionally, apparently the reserved words overriding and some were missing. Here is a full list.

Also, you might want to fix privilages -> privileges on the textadept homepage.

jcprpr avatar Sep 29 '22 06:09 jcprpr

Thanks for the heads up, I will look into this when I have some time.

orbitalquark avatar Sep 29 '22 12:09 orbitalquark

Ada improvements were committed in Scintillua: https://github.com/orbitalquark/scintillua/commit/9fd3ed6d4f13458a11a8fc38dd6aa3ded72f3c48.

orbitalquark avatar Oct 22 '22 13:10 orbitalquark