vim-patch:e4413c5: runtime(algol68): Update syntax file, match symbolic identity relators (#39551)

closes: vim/vim#20109

e4413c5df7

Co-authored-by: Doug Kearns <dougkearns@gmail.com>
This commit is contained in:
zeertzjq
2026-05-02 10:52:18 +08:00
committed by GitHub
parent 941f2f9522
commit 41146f9972

View File

@@ -3,7 +3,7 @@
" Version: 0.4
" Maintainer: Janis Papanagnou
" Previous Maintainer: NevilleD.ALGOL_68@sgr-a.net
" Last Change: 2026 Apr 23
" Last Change: 2026 May 02
if exists("b:current_syntax")
finish
@@ -71,6 +71,7 @@ if exists("algol68_symbolic_operators")
syn match algol68SymbolOperator "\%([-+*%/]\|%\*\):="
syn match algol68SymbolOperator "+=:"
syn match algol68SymbolOperator "*\*\|&"
syn match algol68SymbolOperator ":/\==:"
endif
syn match algol68Number "\<\d\+\%(\s\+\d\+\)*\>"