comparison runtime/syntax/mupad.vim @ 29193:1e9e9d89f0ee

Update runtime files Commit: https://github.com/vim/vim/commit/d592deb336523a5448779ee3d4bba80334cff1f7 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 17 15:42:40 2022 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Fri, 17 Jun 2022 16:45:04 +0200
parents 46763b01cd9a
children
comparison
equal deleted inserted replaced
29192:e4488cf0eff9 29193:1e9e9d89f0ee
277 hi def link mupadFunction Function 277 hi def link mupadFunction Function
278 hi def link mupadType Type 278 hi def link mupadType Type
279 hi def link mupadDefine Define 279 hi def link mupadDefine Define
280 hi def link mupadIdentifier Identifier 280 hi def link mupadIdentifier Identifier
281 281
282 let b:current_syntax = 'mupad'
282 283
283 " TODO More comprehensive listing. 284 " TODO More comprehensive listing.