Introduction
Introduction Statistics Contact Development Disclaimer Help
tconf.h: fix python comments - neatvi - [fork] simple vi-type editor with UTF-8…
git clone git://src.adamsgaard.dk/neatvi
Log
Files
Refs
README
---
commit 7df341b1420aeeae6a9da53a5209762eda00341d
parent e6a3b18b888ad72913af4df2e3915b4359580453
Author: Ali Gholami Rudi <[email protected]>
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(-)
---
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)\\>"},
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.