Skip to content

Commit

Permalink
fix: support for full-width quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 19, 2019
1 parent a7e7948 commit d578e0f
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions snippets/dynamic.json
Expand Up @@ -8,6 +8,24 @@
],
"description": "「「⋯⋯」」"
},
"double-quote-full-width-left": {
"prefix": [
""
],
"body": [
"「「"
],
"description": "「「"
},
"double-quote-full-width-right": {
"prefix": [
""
],
"body": [
""
],
"description": "」」"
},
"single-quote": {
"prefix": [
"'"
Expand All @@ -17,6 +35,24 @@
],
"description": "「⋯⋯」"
},
"single-quote-full-width-left": {
"prefix": [
""
],
"body": [
""
],
"description": ""
},
"single-quote-full-width-right": {
"prefix": [
""
],
"body": [
""
],
"description": ""
},
"comments": {
"prefix": [
"//"
Expand Down

0 comments on commit d578e0f

Please sign in to comment.