mirror of
https://github.com/neovim/neovim.git
synced 2026-05-23 21:30:11 +00:00
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:
@@ -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\+\)*\>"
|
||||
|
||||
Reference in New Issue
Block a user