mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Quotes only automatically close if they are opened after a non-word character.
This commit is contained in:
@@ -116,10 +116,6 @@ class TokenizedBuffer
|
||||
iterator(token, startOfToken, { stop }) if bufferRange.containsPoint(startOfToken)
|
||||
return unless keepLooping
|
||||
|
||||
isBufferPositionInsideString: (bufferPosition) ->
|
||||
if lastScope = _.last(@scopesForPosition(bufferPosition))
|
||||
/^string\./.test(lastScope)
|
||||
|
||||
findOpeningBracket: (startBufferPosition) ->
|
||||
range = [[0,0], startBufferPosition]
|
||||
position = null
|
||||
|
||||
Reference in New Issue
Block a user