mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
runtime(odin): remove const and opaque keywords
They don't exist in odin lang. closes: #20364 Signed-off-by: Maxim Kim <habamax@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
4b850457e1
commit
61ad44f4af
@@ -4,14 +4,14 @@ vim9script
|
||||
# Language: Odin
|
||||
# Maintainer: Maxim Kim <habamax@gmail.com>
|
||||
# Website: https://github.com/habamax/vim-odin
|
||||
# Last Change: 2026-02-02
|
||||
# Last Change: 2026-05-28
|
||||
|
||||
if exists("b:current_syntax")
|
||||
finish
|
||||
endif
|
||||
|
||||
syntax keyword odinKeyword using transmute cast auto_cast distinct opaque where dynamic
|
||||
syntax keyword odinKeyword struct enum union const bit_field bit_set
|
||||
syntax keyword odinKeyword using transmute cast auto_cast distinct where dynamic
|
||||
syntax keyword odinKeyword struct enum union bit_field bit_set
|
||||
syntax keyword odinKeyword package proc map import export foreign
|
||||
syntax keyword odinKeyword size_of offset_of type_info_of typeid_of type_of align_of
|
||||
syntax keyword odinKeyword return defer
|
||||
|
||||
Reference in New Issue
Block a user