view vendor/vim-packs/srcery-vim/after/syntax/moon.vim @ 734:02d746e77fab

[vimrc] Remove forcing 256 colors for screen term It was for tmux but it now sets tmux-256color by default.
author nanaya <me@nanaya.net>
date Thu, 09 Jan 2025 00:50:00 +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

" }}}