# HG changeset patch # User Steve Losh # Date 1503073177 14400 # Node ID c885ce38afce2caa31a10b0eb8e6ec6da9682b0c # Parent 221dd87c701b362901ec27c6e6915e281598141d Remove ccs, update ack and commentary diff -r 221dd87c701b -r c885ce38afce .hgsubstate --- a/.hgsubstate Fri Aug 18 12:12:26 2017 -0400 +++ b/.hgsubstate Fri Aug 18 12:19:37 2017 -0400 @@ -1,10 +1,10 @@ 5334581e231a5167d03689ff47b3a6fdf082011c mercurial/hg-prompt 1fc4a9fbead7e0acc4c828b346f3be2658ec3df9 mercurial/templates -f183a345a0c10caed7684d07dabae33e007c7590 vim/bundle/ack +a16a9b63eb85cc0960a7f25c54647ac1f99f3360 vim/bundle/ack 451b8111344a3a8117996f4e32b6a255b629f87b vim/bundle/badwolf a4d79fc208764917cb58e2aed6fbaeb5e3356d33 vim/bundle/clam f1c53e290b16885c2eb3fc96e57d9984b627f735 vim/bundle/clojure-static -dc349bb7d30f713d770fc1fa0fe209e6aab82dc8 vim/bundle/commentary +be79030b3e8c0ee3c5f45b4333919e4830531e80 vim/bundle/commentary c6d1fc5e58d689bfb104ff336aeb89d9ef1b48e2 vim/bundle/ctrlp 38487bbec8ba50834e257940b357de03991fa8f9 vim/bundle/delimitmate 6dd4480388e4727dfe5c723484c500e03b429c28 vim/bundle/dispatch diff -r 221dd87c701b -r c885ce38afce vim/bundle/ccs/ftdetect/ccs.vim --- a/vim/bundle/ccs/ftdetect/ccs.vim Fri Aug 18 12:12:26 2017 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -au BufNewFile,BufRead *.ccs setfiletype ccs diff -r 221dd87c701b -r c885ce38afce vim/bundle/ccs/ftdetect/mu.vim --- a/vim/bundle/ccs/ftdetect/mu.vim Fri Aug 18 12:12:26 2017 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -au BufNewFile,BufRead *.mu setfiletype mu diff -r 221dd87c701b -r c885ce38afce vim/bundle/ccs/ftplugin/ccs.vim --- a/vim/bundle/ccs/ftplugin/ccs.vim Fri Aug 18 12:12:26 2017 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2 +0,0 @@ -setlocal commentstring=*\ %s -setlocal iskeyword+=-,?,! diff -r 221dd87c701b -r c885ce38afce vim/bundle/ccs/ftplugin/mu.vim --- a/vim/bundle/ccs/ftplugin/mu.vim Fri Aug 18 12:12:26 2017 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -setlocal commentstring=*\ %s diff -r 221dd87c701b -r c885ce38afce vim/bundle/ccs/syntax/ccs.vim --- a/vim/bundle/ccs/syntax/ccs.vim Fri Aug 18 12:12:26 2017 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,27 +0,0 @@ -if exists("b:current_syntax") - finish -endif - -syntax region ccsComment start=+*+ end=+$+ -syntax keyword ccsKeyword proc agent prop set checkprop echo -syntax keyword ccsKeyword min max tau eps -syntax keyword ccsConstant nil -syntax match ccsOperator '\v\.' -syntax match ccsOperator '\v\+' -syntax match ccsOutput '\v\'\k+' - -" non very magic because I dunno how to make vim use the fuckin \< pattern -" with very magic, whatever idc -syntax match ccsInput '\<[a-z]\k\+' - -syntax region ccsString start=/"/ skip=/\\\\\|\\"/ end=/"/ contains=@Spell - -highlight default link ccsComment Comment -highlight default link ccsString String -highlight default link ccsConstant Constant -highlight default link ccsKeyword Keyword -highlight default link ccsOperator Operator -highlight default link ccsOutput Macro -highlight default link ccsInput Function - -let b:current_syntax = "ccs" diff -r 221dd87c701b -r c885ce38afce vim/bundle/ccs/syntax/mu.vim --- a/vim/bundle/ccs/syntax/mu.vim Fri Aug 18 12:12:26 2017 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,17 +0,0 @@ -if exists("b:current_syntax") - finish -endif - -syntax region ccsComment start=+*+ end=+$+ -syntax keyword ccsKeyword prop -syntax keyword ccsConstant tt ff -syntax match ccsAll '\v\[\k+\]' -syntax match ccsExists '\v\<\k+\>' - -highlight default link ccsComment Comment -highlight default link ccsConstant Constant -highlight default link ccsKeyword Keyword -highlight default link ccsAll Macro -highlight default link ccsExists Function - -let b:current_syntax = "mu" diff -r 221dd87c701b -r c885ce38afce vim/vimrc --- a/vim/vimrc Fri Aug 18 12:12:26 2017 -0400 +++ b/vim/vimrc Fri Aug 18 12:19:37 2017 -0400 @@ -1940,10 +1940,6 @@ " Handy stuff au FileType shen nnoremap [] :call DuplicateLispForm() - " s/it/happening/ - " - " Map the Ooze keys, then add a few extra on top to work with the REPL. - " " [o]pen repl " [s]end to repl " [c]lear repl