Add Dogescript support

This commit is contained in:
remixz
2013-12-06 16:15:34 -08:00
parent 4476a23f5a
commit 9cae54bb55
3 changed files with 51 additions and 3 deletions

View File

@@ -422,6 +422,12 @@ DCPU-16 ASM:
Diff:
primary_extension: .diff
Dogescript:
type: programming
lexer: Text only
color: "#cca760"
primary_extension: .djs
Dylan:
type: programming
color: "#3ebc27"

View File

@@ -83,6 +83,9 @@
"DM": [
".dm"
],
"Dogescript": [
".djs"
],
"ECL": [
".ecl"
],
@@ -480,8 +483,8 @@
".gemrc"
]
},
"tokens_total": 424168,
"languages_total": 489,
"tokens_total": 424198,
"languages_total": 490,
"tokens": {
"ABAP": {
"*/**": 1,
@@ -13987,6 +13990,27 @@
"#undef": 1,
"Undefine": 1
},
"Dogescript": {
"quiet": 1,
"wow": 4,
"such": 2,
"language": 3,
"very": 1,
"syntax": 1,
"github": 1,
"recognized": 1,
"loud": 1,
"much": 1,
"friendly": 2,
"rly": 1,
"is": 2,
"true": 1,
"plz": 2,
"console.loge": 2,
"with": 2,
"but": 1,
"module.exports": 1
},
"ECL": {
"#option": 1,
"(": 32,
@@ -43652,6 +43676,7 @@
"Dart": 68,
"Diff": 16,
"DM": 169,
"Dogescript": 30,
"ECL": 281,
"edn": 227,
"Elm": 628,
@@ -43779,6 +43804,7 @@
"Dart": 1,
"Diff": 1,
"DM": 1,
"Dogescript": 1,
"ECL": 1,
"edn": 1,
"Elm": 3,
@@ -43881,5 +43907,5 @@
"Xtend": 2,
"YAML": 1
},
"md5": "647da23cd1eb02653f50ff9bfbb6e70d"
"md5": "913847d656c085e9aba2f1a16a795901"
}