view vendor/vim-packs/srcery-vim/after/syntax/moon.vim @ 724:6faa6995937f

[irbrc] remove unneeded require and set history count first
author nanaya <me@nanaya.net>
date Tue, 03 Sep 2024 19:05:14 +0900
parents 1e0f578f6752
children
line wrap: on
line source

if srcery#helper#ShouldAbort('moon')
  finish
endif

" MoonScript: {{{

hi! link moonSpecialOp SrceryBrightWhite
hi! link moonExtendedOp SrceryBrightWhite
hi! link moonFunction SrceryBrightWhite
hi! link moonObject SrceryYellow

" }}}