Skip to content

Commit

Permalink
add syntax highlighting to response window
Browse files Browse the repository at this point in the history
  • Loading branch information
raichoo committed May 1, 2014
1 parent 9447c81 commit 9cb85b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions ftdetect/idris.vim
@@ -1 +1,2 @@
au BufNewFile,BufRead *.idr setf idris
au BufNewFile,BufRead idris-response setf idris
4 changes: 4 additions & 0 deletions ftplugin/idris.vim
@@ -1,3 +1,7 @@
if bufname('%') == "idris-response"
finish
endif

if exists("b:did_ftplugin")
finish
endif
Expand Down

0 comments on commit 9cb85b8

Please sign in to comment.