tconf.h: fix python comments - neatvi - [fork] simple vi-type editor with UTF-8 support
 (HTM) git clone git://src.adamsgaard.dk/neatvi
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit 7df341b1420aeeae6a9da53a5209762eda00341d
 (DIR) parent e6a3b18b888ad72913af4df2e3915b4359580453
 (HTM) Author: Ali Gholami Rudi <ali@rudi.ir>
       Date:   Thu, 11 Nov 2021 18:28:37 +0330
       
       conf.h: fix python comments
       
       Diffstat:
         M conf.h                              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/conf.h b/conf.h
       t@@ -85,7 +85,7 @@ static struct highlight {
                {"bib", {25}, "^#.*$", 1},
        
                /* python */
       -        {"py", {2}, "^#.*$"},
       +        {"py", {2}, "#.*$"},
                {"py", {5}, "\\<(class|def)\\>"},
                {"py", {5}, "\\<(and|or|not|is|in)\\>"},
                {"py", {5}, "\\<(import|from|global|lambda|del)\\>"},