AL
AL copied to clipboard
[AL Language Syntax Highlights Devops] Missing Keyword Highltighing for protected modifier on procedures
Please include the following with each issue:
1. Describe the bug The protected modifier on procedures isn't highlighted as keywor in azure devops.
2. To Reproduce Steps to reproduce the behavior:
- Create a procedure with the access modifier
protected.
protected procedure IsReportInPreviewMode(): Boolean
var
MailManagement: Codeunit "Mail Management";
begin
exit(CurrReport.Preview() or MailManagement.IsHandlingGetEmailBody());
end;
3. Expected behavior Keyword protected should be highlighted as keyword.
4. Actual behavior
Currently protected keyword is ignored.
5. Versions:
- AL Language Syntax Highlights for Microsoft Dynamics 365 Business Central: 12.7.944946 (Latest) Internal work item: AB#536607