Skip to content

Commit

Permalink
Update samples
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Dec 10, 2012
1 parent 281cc98 commit 7e12c3e
Showing 1 changed file with 29 additions and 3 deletions.
32 changes: 29 additions & 3 deletions lib/linguist/samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@
"Haml": [
".haml"
],
"Handlebars": [
".handlebars",
".hbs"
],
"Ioke": [
".ik"
],
Expand Down Expand Up @@ -264,8 +268,8 @@
".gemrc"
]
},
"tokens_total": 271826,
"languages_total": 281,
"tokens_total": 271895,
"languages_total": 283,
"tokens": {
"Apex": {
"global": 70,
Expand Down Expand Up @@ -9651,6 +9655,26 @@
"Hello": 1,
"World": 1
},
"Handlebars": {
"<div>": 5,
"class=": 5,
"<h1>": 3,
"{": 16,
"title": 1,
"}": 16,
"</h1>": 3,
"body": 3,
"</div>": 5,
"By": 2,
"fullName": 2,
"author": 2,
"Comments": 1,
"#each": 1,
"comments": 1,
"<h2>": 1,
"</h2>": 1,
"/each": 1
},
"INI": {
"[": 1,
"user": 1,
Expand Down Expand Up @@ -27883,6 +27907,7 @@
"Groovy": 69,
"Groovy Server Pages": 91,
"Haml": 4,
"Handlebars": 69,
"INI": 8,
"Ioke": 2,
"Java": 7336,
Expand Down Expand Up @@ -27955,6 +27980,7 @@
"Groovy": 2,
"Groovy Server Pages": 4,
"Haml": 1,
"Handlebars": 2,
"INI": 1,
"Ioke": 1,
"Java": 5,
Expand Down Expand Up @@ -28006,5 +28032,5 @@
"XSLT": 1,
"YAML": 1
},
"md5": "ef9b9c6f8312a9f029edf9b7df6e9751"
"md5": "c6f7461e5a21cd29111f800bd97e944e"
}

0 comments on commit 7e12c3e

Please sign in to comment.