[Clojure] [Bug] Set literal inside map literal not colored correctly
See original GitHub issueI’ve recently started to learn Clojure, and this is code from sample:
Looks like IDE overrides coloring of #{
it should be yellow. Maybe related to #19
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Common programming mistakes for Clojure developers to avoid
with the map literal wrapped in parenthesis. Since it's the first element, it's treated as a function (which a literal map actually is),...
Read more >On the importance of recognizing and using maps
In looking at some of the libraries, I am a bit concerned that maps are not being used when the logical entity is...
Read more >Can't type hint literal collection containing runtime values
The attached patch fixes this issue by tracking type hints for literal values, making the reflection go away even in the original case....
Read more >4. Local I/O - Clojure Cookbook [Book] - O'Reilly
To follow along with this recipe, create a new library using the command lein new keystroke . Inside project.clj, add [jline "2.11"] to...
Read more >Chapter 2. Drinking from the Clojure fire hose
As with vectors, every item in a map literal (each key and each value) is evaluated before the result is stored in the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Reproduced on development branch on intellij 2017.3 EAP.