Ticket #3920: 1942ffc4320f8204a634259bc8b0cf9c645a2be3.patch

File 1942ffc4320f8204a634259bc8b0cf9c645a2be3.patch, 899 bytes (added by TerraNova, 6 years ago)
  • misc/syntax/php.syntax

    From 1942ffc4320f8204a634259bc8b0cf9c645a2be3 Mon Sep 17 00:00:00 2001
    From: Terra <TerraTech@users.noreply.github.com>
    Date: Tue, 12 Jun 2018 04:46:49 -0400
    Subject: [PATCH] php.syntax: Add syntax highlighting for keyword: 'null'
    
      Even though there are other 'NULL' keywords highlighted with 'white',
        I followed the 'true'/'false' keyword color style.
    ---
     misc/syntax/php.syntax | 1 +
     1 file changed, 1 insertion(+)
    
    diff --git a/misc/syntax/php.syntax b/misc/syntax/php.syntax
    index 453c0c07c..5a8506a27 100644
    a b context default 
    3535    keyword whole include brightmagenta 
    3636    keyword whole include_once brightmagenta 
    3737    keyword whole new brightmagenta 
     38    keyword whole null brightmagenta 
    3839    keyword whole private brightmagenta 
    3940    keyword whole protected brightmagenta 
    4041    keyword whole public brightmagenta