Skip to content

Commit

Permalink
prevent auto pair of single quote inside Cirru
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Mar 5, 2021
1 parent 8eaa404 commit c678bfb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Default.sublime-keymap
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[
{ "keys": ["'"], "command": "insert_snippet", "args": {"contents": "'"}}
]
{ "keys": ["'"], "command": "insert_snippet", "args": {"contents": "'"},
"context": [
{ "key": "selector", "operator": "equal", "operand": "source.cirru" }
]
}
]

0 comments on commit c678bfb

Please sign in to comment.