This commit is contained in:
Kartik Agaram 2021-06-06 18:55:41 -07:00
parent 9fd3111ea9
commit e962a53f9a
2 changed files with 1 additions and 3 deletions

View File

@ -17,7 +17,7 @@ setlocal iskeyword=@,48-57,?,!,_,$
" colorscheme-independent color suggestions for them.
highlight Normal ctermfg=245
highlight muLispNormal ctermfg=0
highlight muLispOuterKeyword ctermfg=2
highlight muLispOuterKeyword ctermfg=160
highlight link muLispKeyword Type
syntax region String start=+"+ skip=+\\"+ end=+"+

View File

@ -96,5 +96,3 @@ inoremap <Leader>ahs <Esc>F<Space>a(addr handle stream <Esc>A)
inoremap <Leader>o <Esc>F<Space>a(offset <Esc>A)
inoremap ,- <-
inoremap -. ->
autocmd BufReadPost,BufNewFile *.limg set filetype=mulisp |call matchadd('String', '\[\([^\]]*\_$\_s\)*[^\]]*\]')