summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLinda_pp <rhysd@users.noreply.github.com>2023-09-24 17:44:42 +0900
committerGitHub <noreply@github.com>2023-09-24 10:44:42 +0200
commit2832faa615594f66670715af5c02c034f08bb28c (patch)
tree3118232c51c80aaff354abe079d0f70079839fc7 /CONTRIBUTING.md
parentae77e1945631fd9457f7d455f2f0f2f889356f58 (diff)
Fix language data example in CONTRIBUTING.md (#1029)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0084d42..7b1b3c2 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -14,7 +14,6 @@ properties of a language in `languages.json` through examples.
"JavaScript": {
"line_comment": ["//"],
"multi_line_comments": [["/*", "*/"]],
- "quotes": [["\\\"", "\\\""]],
"quotes": [["\\\"", "\\\""], ["'", "'"], ["`", "`"]],
"extensions": ["js", "mjs"]
},