Skip to content

Commit

Permalink
Merge pull request #406 from aquilax/patch-1
Browse files Browse the repository at this point in the history
Adds Dart support to languages.json
  • Loading branch information
jashkenas committed Oct 29, 2019
2 parents 0222416 + 9180843 commit 8bf8ddd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/languages.json
Expand Up @@ -17,6 +17,7 @@
".cs": {"name": "cs", "symbol": "//"},
".cson": {"name": "coffeescript", "symbol": "#"},
".d": {"name": "d", "symbol": "//"},
".dart": {"name": "dart", "symbol": "///"},
".dtx": {"name": "tex", "symbol": "%"},
".erl": {"name": "erlang", "symbol": "%"},
".f": {"name": "fortran", "symbol": "!"},
Expand Down

0 comments on commit 8bf8ddd

Please sign in to comment.