315234
315234
This plugin causes Sublime Text to completely freeze for 60 seconds while saving a new file.
Example: ``` void unicode_identifier_φ() { // ... } ```
Compare with and without newline:   You can see in the second one it has matched since...
This is a feature request to add methods for creating new nodes with an attribute dictionary, like this: ``` julia function create_root( xdoc::XMLDocument , name::AbstractString , attrs::Dict{ASCIIString,ASCIIString} ) xroot =...