add samples to test linting and lsps

This commit is contained in:
andrzej 2024-03-13 00:23:48 +01:00
parent b735ff2b36
commit 37ec569937
3 changed files with 13 additions and 0 deletions

7
samples/sample.html Normal file
View File

@ -0,0 +1,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>HTML 5 Boilerplate</title>
<link rel="stylesheet" href="style.css" />
</head>

3
samples/sample.js Normal file
View File

@ -0,0 +1,3 @@
function(){
}

3
samples/sample.md Normal file
View File

@ -0,0 +1,3 @@
#This is a markdown file
There are many like it, but this is mine.