add languages
parent
777681aaa7
commit
d66c8200d3
|
@ -1,6 +1,7 @@
|
|||
import { TextDocument, Position } from 'vscode-languageserver'
|
||||
|
||||
export const HTML_LANGUAGES = [
|
||||
'aspnetcorerazor',
|
||||
'blade',
|
||||
'django-html',
|
||||
'edge',
|
||||
|
@ -8,10 +9,12 @@ export const HTML_LANGUAGES = [
|
|||
'erb',
|
||||
'haml',
|
||||
'handlebars',
|
||||
'hbs',
|
||||
'html',
|
||||
'HTML (Eex)',
|
||||
'jade',
|
||||
'leaf',
|
||||
'liquid',
|
||||
'markdown',
|
||||
'njk',
|
||||
'nunjucks',
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
export const LANGUAGES = [
|
||||
// html
|
||||
'aspnetcorerazor',
|
||||
'blade',
|
||||
'django-html',
|
||||
'edge',
|
||||
|
@ -7,10 +8,12 @@ export const LANGUAGES = [
|
|||
'erb',
|
||||
'haml',
|
||||
'handlebars',
|
||||
'hbs',
|
||||
'html',
|
||||
'HTML (Eex)',
|
||||
'jade',
|
||||
'leaf',
|
||||
'liquid',
|
||||
'markdown',
|
||||
'njk',
|
||||
'nunjucks',
|
||||
|
|
Loading…
Reference in New Issue