microsoft / AL

Home of the Dynamics 365 Business Central AL Language extension for Visual Studio Code. Used to track issues regarding the latest version of the AL compiler and developer tools available in the Visual Studio Code Marketplace or as part of the AL Developer Preview builds for Dynamics 365 Business Central.
MIT License
718 stars 242 forks source link

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

Open pri-kise opened 1 month ago

pri-kise commented 1 month ago

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:

    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: