orbitalquark / textadept

Textadept is a fast, minimalist, and remarkably extensible cross-platform text editor for programmers.
https://orbitalquark.github.io/textadept
MIT License
655 stars 39 forks source link

Improvements to the Ada lexer #268

Closed jcprpr closed 2 years ago

jcprpr commented 2 years ago

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.

orbitalquark commented 2 years ago

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

orbitalquark commented 2 years ago

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