Skip to content

Commit 1e2dd15

Browse files
authored
Change syntax highlighting to JSON
The code is JSON but, more importantly, this should act as an indirect fix to #25 and any similar issues in the future.
1 parent 830a706 commit 1e2dd15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: GeoJSON
77

88
GeoJSON is a format for encoding a variety of geographic data structures.
99

10-
{% highlight javascript %}
10+
{% highlight json %}
1111
{
1212
"type": "Feature",
1313
"geometry": {

0 commit comments

Comments
 (0)