-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from SoftVarE-Group/dev
Dev into master
- Loading branch information
Showing
15 changed files
with
301 additions
and
225 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -128,3 +128,7 @@ dist | |
.yarn/build-state.yml | ||
.yarn/install-state.gz | ||
.pnp.* | ||
|
||
|
||
.vscode/ | ||
.idea/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,32 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<link rel="stylesheet" href="style.css"> | ||
<title>UVL Playground</title> | ||
</head> | ||
<body> | ||
<div class="container"> | ||
<h1>UVL Playground</h1> | ||
<head> | ||
<meta charset="UTF-8"/> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> | ||
<link rel="stylesheet" href="style.css"> | ||
<title>UVL Playground</title> | ||
</head> | ||
<body> | ||
<div class="header"> | ||
<h1>UVL Playground</h1> | ||
<h2 id="connection" style="color: red;"></h2> | ||
</div> | ||
<div id="flex-container" class="flex-container"> | ||
<div id="container" class="editor"></div> | ||
<p>The Universal Variability Language (UVL) is a community effort towards a widely adopted textual specification for feature models. This playground provides the opportunity to get used to the language with syntax-highlighting, autocompletion, and simple analysis. It is based on the <a href="https://github.com/Universal-Variability-Language/uvl-lsp">UVL Language Server</a>. To fully use all features use the UVLS - Universal Variability Language Server extension for visual studio code. </p> | ||
<div class="graph"></div> | ||
</div> | ||
|
||
<div class="footer"> | ||
<p>The Universal Variability Language (UVL) is a community effort towards a widely adopted textual specification | ||
for feature models. This playground provides the opportunity to get used to the language with | ||
syntax-highlighting, autocompletion, and simple analysis. It is based on the <a | ||
href="https://github.com/Universal-Variability-Language/uvl-lsp">UVL Language Server</a>. To fully | ||
use all features use the UVLS - Universal Variability Language Server extension for visual studio code. </p> | ||
</div> | ||
|
||
|
||
|
||
<script type="module"> | ||
import { startPythonClient } from "./src/main.ts"; | ||
import {startPythonClient} from "./src/main.ts"; | ||
|
||
startPythonClient(); | ||
</script> | ||
</body> | ||
</body> | ||
</html> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.