Fix language data example in CONTRIBUTING.md (#1029)

This commit is contained in:
Linda_pp 2023-09-24 17:44:42 +09:00 committed by GitHub
parent ae77e19456
commit 2832faa615
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,6 @@ properties of a language in `languages.json` through examples.
"JavaScript": {
"line_comment": ["//"],
"multi_line_comments": [["/*", "*/"]],
"quotes": [["\\\"", "\\\""]],
"quotes": [["\\\"", "\\\""], ["'", "'"], ["`", "`"]],
"extensions": ["js", "mjs"]
},