Jean-Louis Giordano
Jean-Louis Giordano
With the recent refactoring of barf functions, inline delimiters are not properly barfed: ``` ruby begin foo if bar| end ``` Should return: ``` ruby begin foo end if bar|...
It would be great to highlight the matching delimiters when the cursor is in the tag, not only before or after. All of the following should be highlighted: ``` ruby...
With Clojure 1.7 around the corner, it would be nice to make this library work with the new .cljc file extension. (My use case: speclj on vigilant mode not reloading...
They are missing from the line count in one of our project where we have cross-platform code (Clojure and ClojureScript), and they come as part of Clojure 1.7
## What did you do? give an active record instance "record" I ran this code (simplified): ```ruby record = MyRecord.create ActiveRecord::Base.connection.transaction do ActiveRecord::Base.connection.transaction(requires_new: true) do record.touch raise ActiveRecord::Rollback end record.touch...