HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/debout/debout.nl/vendor/scrivo/highlight.php/test/markup/matlab/block_comment.txt
%{ evaluate_this = false; % Evaluated as regular single-line comment
evaluate_this = true;
%}

evaluate_this = true;

%{
This is a multi-line comment
evaluate_this = false;
%{
%}

evaluate_this = true;

%{
Opening (%{) and closing (%}) block comment markers can be within a comment block
%}

evaluate_this = true;

    %{
    Indented block comments can be indented
or not
and whitespace can be added before or after the %{ and %}
  %}   

evaluate_this = true;