mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Add Dogescript support
This commit is contained in:
@@ -422,6 +422,12 @@ DCPU-16 ASM:
|
|||||||
Diff:
|
Diff:
|
||||||
primary_extension: .diff
|
primary_extension: .diff
|
||||||
|
|
||||||
|
Dogescript:
|
||||||
|
type: programming
|
||||||
|
lexer: Text only
|
||||||
|
color: "#cca760"
|
||||||
|
primary_extension: .djs
|
||||||
|
|
||||||
Dylan:
|
Dylan:
|
||||||
type: programming
|
type: programming
|
||||||
color: "#3ebc27"
|
color: "#3ebc27"
|
||||||
|
|||||||
@@ -83,6 +83,9 @@
|
|||||||
"DM": [
|
"DM": [
|
||||||
".dm"
|
".dm"
|
||||||
],
|
],
|
||||||
|
"Dogescript": [
|
||||||
|
".djs"
|
||||||
|
],
|
||||||
"ECL": [
|
"ECL": [
|
||||||
".ecl"
|
".ecl"
|
||||||
],
|
],
|
||||||
@@ -480,8 +483,8 @@
|
|||||||
".gemrc"
|
".gemrc"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"tokens_total": 424168,
|
"tokens_total": 424198,
|
||||||
"languages_total": 489,
|
"languages_total": 490,
|
||||||
"tokens": {
|
"tokens": {
|
||||||
"ABAP": {
|
"ABAP": {
|
||||||
"*/**": 1,
|
"*/**": 1,
|
||||||
@@ -13987,6 +13990,27 @@
|
|||||||
"#undef": 1,
|
"#undef": 1,
|
||||||
"Undefine": 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": {
|
"ECL": {
|
||||||
"#option": 1,
|
"#option": 1,
|
||||||
"(": 32,
|
"(": 32,
|
||||||
@@ -43652,6 +43676,7 @@
|
|||||||
"Dart": 68,
|
"Dart": 68,
|
||||||
"Diff": 16,
|
"Diff": 16,
|
||||||
"DM": 169,
|
"DM": 169,
|
||||||
|
"Dogescript": 30,
|
||||||
"ECL": 281,
|
"ECL": 281,
|
||||||
"edn": 227,
|
"edn": 227,
|
||||||
"Elm": 628,
|
"Elm": 628,
|
||||||
@@ -43779,6 +43804,7 @@
|
|||||||
"Dart": 1,
|
"Dart": 1,
|
||||||
"Diff": 1,
|
"Diff": 1,
|
||||||
"DM": 1,
|
"DM": 1,
|
||||||
|
"Dogescript": 1,
|
||||||
"ECL": 1,
|
"ECL": 1,
|
||||||
"edn": 1,
|
"edn": 1,
|
||||||
"Elm": 3,
|
"Elm": 3,
|
||||||
@@ -43881,5 +43907,5 @@
|
|||||||
"Xtend": 2,
|
"Xtend": 2,
|
||||||
"YAML": 1
|
"YAML": 1
|
||||||
},
|
},
|
||||||
"md5": "647da23cd1eb02653f50ff9bfbb6e70d"
|
"md5": "913847d656c085e9aba2f1a16a795901"
|
||||||
}
|
}
|
||||||
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