AL icon indicating copy to clipboard operation
AL copied to clipboard

[AL Language Syntax Highlights Devops] Missing Keyword Highltighing for protected modifier on procedures

Open pri-kise opened this issue 1 year ago • 0 comments

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. image

5. Versions:

  • AL Language Syntax Highlights for Microsoft Dynamics 365 Business Central: 12.7.944946 (Latest) Internal work item: AB#536607

pri-kise avatar May 13 '24 08:05 pri-kise