diff --git a/src/display-buffer-marker.coffee b/src/display-buffer-marker.coffee index c8e4184b3..e7e03e407 100644 --- a/src/display-buffer-marker.coffee +++ b/src/display-buffer-marker.coffee @@ -129,6 +129,14 @@ class DisplayBufferMarker isReversed: -> @bufferMarker.isReversed() + # Extended: Get the invalidation strategy for this marker. + # + # Valid values include: `never`, `surround`, `overlap`, `inside`, and `touch`. + # + # Returns a {String}. + getInvalidationStrategy: -> + @bufferMarker.getInvalidationStrategy() + # Extended: Returns an {Object} containing any custom properties associated with # the marker. getAttributes: ->