~sircmpwn/hare.vim

267fb4dac4e8cd4df1d9b57fa587ce718f5fc256 — Amelia Clarke 1 year, 2 months ago 5d84305
Adjust modeline

Signed-off-by: Amelia Clarke <me@rsaihe.dev>
4 files changed, 8 insertions(+), 7 deletions(-)

M compiler/hare.vim
M ftplugin/hare.vim
M indent/hare.vim
M syntax/hare.vim
M compiler/hare.vim => compiler/hare.vim +3 -2
@@ 1,7 1,7 @@
" Vim compiler file
" Compiler: Hare Compiler
" Maintainer: Amelia Clarke <me@rsaihe.dev>
" Last Change: 2022-09-21
" Last Change: 2022-09-28

if exists("g:current_compiler")
  finish


@@ 28,4 28,5 @@ CompilerSet errorformat=

let &cpo = s:cpo_save
unlet s:cpo_save
" vim: tabstop=2 shiftwidth=2 expandtab

" vim: et sw=2 sts=2 ts=8

M ftplugin/hare.vim => ftplugin/hare.vim +1 -1
@@ 30,4 30,4 @@ compiler hare

let b:undo_ftplugin = "setl cms< com< et< fo< sts< sua< sw< ts< tw<"

" vim: tabstop=2 shiftwidth=2 expandtab
" vim: et sw=2 sts=2 ts=8

M indent/hare.vim => indent/hare.vim +2 -2
@@ 1,7 1,7 @@
" Vim indent file
" Language: Hare
" Maintainer: Amelia Clarke <me@rsaihe.dev>
" Last Change: 2022-09-21
" Last Change: 2022-09-28

if exists("b:did_indent")
  finish


@@ 136,4 136,4 @@ function! GetHareIndent()
  return l:indent
endfunction

" vim: tabstop=2 shiftwidth=2 expandtab
" vim: et sw=2 sts=2 ts=8

M syntax/hare.vim => syntax/hare.vim +2 -2
@@ 2,7 2,7 @@
" Vim syntax file
" Language: Hare
" Maintainer: Amelia Clarke <me@rsaihe.dev>
" Last Change: 2022-09-21
" Last Change: 2022-09-28

if exists("b:current_syntax")
  finish


@@ 130,4 130,4 @@ autocmd InsertLeave * hi link hareSpaceError Error

hi def hareErrorAssertion ctermfg=red cterm=bold guifg=red gui=bold

" vim: tabstop=8 shiftwidth=2 expandtab
" vim: et sw=2 sts=2 ts=8