Skip to content

Commit

Permalink
Dropped trailing commas
Browse files Browse the repository at this point in the history
  • Loading branch information
lwolfsonkin committed Jun 7, 2019
1 parent a902788 commit 26642b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bh_swapping.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
// the official list, and do not need to be inserted before
// one of the official definitions, this is a good place to
// put yours rules and keep in sync with the defaults.
"user_swapping": [],
"user_swapping": []
}
8 changes: 4 additions & 4 deletions bh_wrapping.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
]
},
{
"enabled": true, "language_list": ["Markdown", "Multimarkdown", "GithubFlavoredMarkdown", "Markdown Extended"], "language_filter": "whitelist", "entries": [
"enabled": true, "language_list": ["Markdown", "Multimarkdown", "GithubFlavoredMarkdown", "Markdown Extended"], "language_filter": "whitelist", "entries": [
{"name": "Mardown: Bold", "brackets": ["**", "**${BH_SEL}"]},
{"name": "Mardown: Italic", "brackets": ["_", "_${BH_SEL}"]},
{"name": "Mardown: Monospace", "brackets": ["`", "`${BH_SEL}"]}
{"name": "Mardown: Italic", "brackets": ["_", "_${BH_SEL}"]},
{"name": "Mardown: Monospace", "brackets": ["`", "`${BH_SEL}"]}
]
},
{
Expand Down Expand Up @@ -80,5 +80,5 @@
// the official list, and do not need to be inserted before
// one of the official definitions, this is a good place to
// put yours rules and keep in sync with the defaults.
"user_swapping": [],
"user_swapping": []
}

0 comments on commit 26642b0

Please sign in to comment.