mirror of
https://github.com/heyman/heynote.git
synced 2025-02-17 02:30:57 +01:00
Guesslang does not support Vue
This commit is contained in:
parent
c870a48a7e
commit
6ec20ee873
@ -1,6 +1,6 @@
|
|||||||
importScripts("guesslang.min.js")
|
importScripts("guesslang.min.js")
|
||||||
|
|
||||||
GUESSLANG_LANGUAGES = ["json","py","html","sql","md","java","php","css","xml","cpp","rs","cs","rb","sh","yaml","toml","go","clj","erl","js","ts","swift","kt","groovy","ps1","vue"]
|
GUESSLANG_LANGUAGES = ["json","py","html","sql","md","java","php","css","xml","cpp","rs","cs","rb","sh","yaml","toml","go","clj","erl","js","ts","swift","kt","groovy","ps1"]
|
||||||
|
|
||||||
const guessLang = new self.GuessLang()
|
const guessLang = new self.GuessLang()
|
||||||
|
|
||||||
|
@ -258,7 +258,7 @@ export const LANGUAGES = [
|
|||||||
token: "vue",
|
token: "vue",
|
||||||
name: "Vue",
|
name: "Vue",
|
||||||
parser: vueLanguage.parser,
|
parser: vueLanguage.parser,
|
||||||
guesslang: "vue",
|
guesslang: null,
|
||||||
}),
|
}),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user