a5ca5d9bffd7

More lisp stuff
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Wed, 11 May 2016 20:50:53 +0000
parents 86bde83af492
children 1ff33bef5984
branches/tags (none)
files lispwords vim/vimrc

Changes

--- a/lispwords	Wed May 04 11:24:25 2016 +0000
+++ b/lispwords	Wed May 11 20:50:53 2016 +0000
@@ -30,7 +30,7 @@
 
 ; sketch
 (1 with-pen)
-(3 defsketch)
+(2 defsketch)
 
 ; sbcl
 (1 with-profiling)
--- a/vim/vimrc	Wed May 04 11:24:25 2016 +0000
+++ b/vim/vimrc	Wed May 11 20:50:53 2016 +0000
@@ -907,7 +907,7 @@
 " Helper Functions {{{
 function! HighlightLispRepl() "{{{
     " set syntax=lisp
-    syn match replPrompt /\v^[-._a-zA-Z]+\>/
+    syn match replPrompt /\v^[-._a-zA-Z0-9]+\>/
     syn match replComment /\v^;.*/
 
     " syn match replResult /\v^#\<[^>]+\>$/