()
| 212 | // |
| 213 | // Returns a {ScopeDescriptor} |
| 214 | getSyntaxTreeScopeDescriptor() { |
| 215 | return this.editor.syntaxTreeScopeDescriptorForBufferPosition( |
| 216 | this.getBufferPosition() |
| 217 | ); |
| 218 | } |
| 219 | |
| 220 | // Public: Returns true if this cursor has no non-whitespace characters before |
| 221 | // its current position. |
no test coverage detected