mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 20:38:47 +00:00
@@ -494,6 +494,12 @@ DCPU-16 ASM:
|
||||
Diff:
|
||||
primary_extension: .diff
|
||||
|
||||
Dogescript:
|
||||
type: programming
|
||||
lexer: Text only
|
||||
color: "#cca760"
|
||||
primary_extension: .djs
|
||||
|
||||
Dylan:
|
||||
type: programming
|
||||
color: "#3ebc27"
|
||||
|
||||
@@ -108,6 +108,9 @@
|
||||
"DM": [
|
||||
".dm"
|
||||
],
|
||||
"Dogescript": [
|
||||
".djs"
|
||||
],
|
||||
"ECL": [
|
||||
".ecl"
|
||||
],
|
||||
@@ -584,8 +587,8 @@
|
||||
".gemrc"
|
||||
]
|
||||
},
|
||||
"tokens_total": 476697,
|
||||
"languages_total": 588,
|
||||
"tokens_total": 476727,
|
||||
"languages_total": 589,
|
||||
"tokens": {
|
||||
"ABAP": {
|
||||
"*/**": 1,
|
||||
@@ -16761,6 +16764,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,
|
||||
@@ -52048,6 +52072,7 @@
|
||||
"Dart": 74,
|
||||
"Diff": 16,
|
||||
"DM": 169,
|
||||
"Dogescript": 30,
|
||||
"ECL": 281,
|
||||
"edn": 227,
|
||||
"Elm": 628,
|
||||
@@ -52202,6 +52227,7 @@
|
||||
"Dart": 1,
|
||||
"Diff": 1,
|
||||
"DM": 1,
|
||||
"Dogescript": 1,
|
||||
"ECL": 1,
|
||||
"edn": 1,
|
||||
"Elm": 3,
|
||||
@@ -52325,5 +52351,5 @@
|
||||
"Xtend": 2,
|
||||
"YAML": 2
|
||||
},
|
||||
"md5": "278ea8642dd01d246a77d63cdb053bfb"
|
||||
"md5": "51294029c815b3d94cfcd55545a37a0c"
|
||||
}
|
||||
16
samples/Dogescript/example.djs
Normal file
16
samples/Dogescript/example.djs
Normal file
@@ -0,0 +1,16 @@
|
||||
quiet
|
||||
wow
|
||||
such language
|
||||
very syntax
|
||||
github recognized wow
|
||||
loud
|
||||
|
||||
such language much friendly
|
||||
rly friendly is true
|
||||
plz console.loge with 'such friend, very inclusive'
|
||||
but
|
||||
plz console.loge with 'no love for doge'
|
||||
wow
|
||||
wow
|
||||
|
||||
module.exports is language
|
||||
Reference in New Issue
Block a user