Skip to content

Commit aac76b4

Browse files
committed
Update README re: excluded vars
1 parent ff2c8d5 commit aac76b4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.markdown

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Clojure buffers.
1313

1414
![demo](https://guns.github.io/vim-clojure-highlight/demo.gif)
1515

16+
Exclusions from clojure.core (via `(:refer-clojure)`) are also reflected.
17+
1618
This is essentially a re-implementation of the dynamic highlighting feature
1719
from Meikel Brandmeyer's VimClojure project.
1820

@@ -27,7 +29,7 @@ very [recent version][].
2729
If you'd like `vim-clojure-highlight` ported to another REPL plugin, please
2830
create an issue! This can be done quite easily.
2931

30-
[recent version]: https://github.com/guns/vim-clojure-static/commit/d776ecac5528031a0eb5f293c572c1e35aacd75a
32+
[recent version]: https://github.com/guns/vim-clojure-static/commit/82e2156ffbe7dd14990a328cf68f559cbda47376
3133

3234
# Installation
3335

doc/vim-clojure-highlight.txt

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ On |BufRead| of a *.clj file, |b:clojure_syntax_keywords| is populated with a
66
dictionary of local, referred, and aliased vars keyed by identifier type. The
77
syntax for the current buffer is then reloaded.
88

9+
|b:clojure_syntax_without_core_keywords| is also set, which means that vars
10+
excluded from clojure.core are no longer highlighted in the buffer.
11+
912
This will fail silently if fireplace is unable to connect to an nREPL server.
1013

1114
*:ClojureHighlightReferences*

0 commit comments

Comments
 (0)