add languages

master
Brad Cornes 2020-04-28 22:54:52 +01:00
parent 777681aaa7
commit d66c8200d3
2 changed files with 6 additions and 0 deletions

View File

@ -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',

View File

@ -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',