Skip to content

Commit

Permalink
Update samples
Browse files Browse the repository at this point in the history
  • Loading branch information
tnm committed Aug 3, 2013
1 parent 70d1649 commit f5ede0d
Showing 1 changed file with 60 additions and 14 deletions.
74 changes: 60 additions & 14 deletions lib/linguist/samples.json
Expand Up @@ -229,7 +229,8 @@
".script!"
],
"R": [
".R"
".R",
".script!"
],
"Racket": [
".scrbl",
Expand Down Expand Up @@ -389,8 +390,8 @@
".gemrc"
]
},
"tokens_total": 363564,
"languages_total": 434,
"tokens_total": 363725,
"languages_total": 435,
"tokens": {
"ABAP": {
"*/**": 1,
Expand Down Expand Up @@ -33718,15 +33719,60 @@
"socket.EAI_NONAME": 1
},
"R": {
"SHEBANG#!Rscript": 1,
"ParseDates": 2,
"<": 12,
"-": 12,
"function": 3,
"(": 28,
"lines": 4,
")": 28,
"{": 3,
"dates": 3,
"matrix": 2,
"unlist": 2,
"strsplit": 2,
"ncol": 2,
"byrow": 2,
"TRUE": 3,
"days": 2,
"[": 3,
"]": 3,
"times": 2,
"hours": 2,
"all.days": 2,
"c": 2,
"all.hours": 2,
"data.frame": 1,
"Day": 2,
"factor": 2,
"levels": 2,
"Hour": 2,
"}": 3,
"Main": 2,
"system": 1,
"intern": 1,
"punchcard": 4,
"as.data.frame": 1,
"table": 1,
"ggplot2": 6,
"ggplot": 1,
"aes": 2,
"y": 1,
"x": 1,
"+": 2,
"geom_point": 1,
"size": 1,
"Freq": 1,
"scale_size": 1,
"range": 1,
"ggsave": 1,
"filename": 1,
"plot": 1,
"width": 1,
"height": 1,
"hello": 2,
"<": 1,
"-": 1,
"function": 1,
"(": 3,
")": 3,
"{": 1,
"print": 1,
"}": 1
"print": 1
},
"Racket": {
";": 3,
Expand Down Expand Up @@ -39477,7 +39523,7 @@
"Processing": 74,
"Prolog": 4040,
"Python": 5715,
"R": 14,
"R": 175,
"Racket": 360,
"Ragel in Ruby Host": 593,
"Rebol": 11,
Expand Down Expand Up @@ -39579,7 +39625,7 @@
"Processing": 1,
"Prolog": 6,
"Python": 7,
"R": 1,
"R": 2,
"Racket": 3,
"Ragel in Ruby Host": 3,
"Rebol": 1,
Expand Down Expand Up @@ -39612,5 +39658,5 @@
"Xtend": 2,
"YAML": 1
},
"md5": "094112556d8fb14809a3fcbc1a481c7c"
"md5": "46e5ae2843b0698d736a25b77bb70901"
}

0 comments on commit f5ede0d

Please sign in to comment.