Introduction
Introduction Statistics Contact Development Disclaimer Help
Remove old remnants of old style comments not supported anymore. - geomyidae - …
git clone git://git.codemadness.org/geomyidae
Log
Files
Refs
README
LICENSE
---
commit c5d96276bca47a0598ba696e8787a437a1ba6344
parent 5608d570134ebd6f67db51892bf4e496df02836e
Author: Christoph Lohmann <[email protected]>
Date: Tue, 29 Apr 2025 20:24:18 +0200
Remove old remnants of old style comments not supported anymore.
Thanks Christopher Williams <[email protected]> for the hints!
Diffstat:
M geomyidae.8 | 2 +-
M gph/vim/syntax/gph.vim | 11 -----------
M index.gph | 1 -
3 files changed, 1 insertion(+), 13 deletions(-)
---
diff --git a/geomyidae.8 b/geomyidae.8
@@ -380,7 +380,7 @@ Welcome to Frog.bog
[1|Phlog: like a blog, but not|/PHLOG|frog.bog|70]
[9|Some binary file|widget.exe|frog.bog|70]
[I|Snowflake picture|snowflake.jpg|frog.bog|70]
-ttry our snowflakes!
+try our snowflakes!
Links and Searches
[1|Go to R-36.net|/|gopher.r-36.net|70]
diff --git a/gph/vim/syntax/gph.vim b/gph/vim/syntax/gph.vim
@@ -15,14 +15,9 @@ endif
" Use default terminal colours
hi Normal ctermbg=NONE ctermfg=NONE guifg=NONE guibg=NONE
-" Use italics for comments. If this fails and you get reverse video
-" then you may want to comment it out.
-hi Comment cterm=italic
-
" Err colour (not sure about this one. It's a bit bright).
hi Err cterm=bold ctermbg=NONE ctermfg=130 guibg=NONE guifg=red
-hi def link gopherComment comment
hi def link gopherType preproc
hi def link gopherURL statement
hi def link gopherHtml statement
@@ -50,9 +45,6 @@ hi def link SynError error
"<port> = TCP port number (usually 70) If this is set to "port" , the default
"port of the server is used.
-" Comments
-syn region gopherComment start="<!--" end="-->"
-
" URLs
syn match gopherURL "http:"
syn region gopherLink start="http:"lc=5 end="|"me=e-1
@@ -81,9 +73,6 @@ syn region gopherType start="^\[[0123456789ghHmswITi\+:;<Pc…
" HTML and networking
syn match gopherHtml "^\[[hHw8]"lc=1
-" Text comments beginning with 't'
-syn match gopherComment "^t"
-
" Err
syn match gopherErr "Err"
syn match gopherErr "^\[3"lc=1
diff --git a/index.gph b/index.gph
@@ -1,5 +1,4 @@
comment
-tcomment (old style comment)
[1|R-36|/|server|port]
[0|file - comment|/file.txt|server|port]
[h|http://www.heise.de|URL:http://www.heise.de|server|port]
You are viewing proxied material from codemadness.org. 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.