Skip to content

Commit

Permalink
Escaped square (cursorless-dev#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
pokey authored Dec 18, 2021
1 parent 1ff4f66 commit ac7aadc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/paired_delimiter.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class PairedDelimiter:
PairedDelimiter("escaped quad", "escapedDoubleQuotes", '\\"', '\\"'),
PairedDelimiter("escaped twin", "escapedSingleQuotes", "\\'", "\\'"),
PairedDelimiter("escaped round", "escapedParentheses", "\\(", "\\)"),
PairedDelimiter("escaped square", "escapedSquareBrackets", "\\[", "\\]"),
PairedDelimiter("quad", "doubleQuotes", '"', '"'),
PairedDelimiter("round", "parentheses", "(", ")"),
PairedDelimiter("skis", "backtickQuotes", "`", "`"),
Expand Down

0 comments on commit ac7aadc

Please sign in to comment.