Skip to content

Commit f41a6c9

Browse files
committed
Add
1 parent 760dc2c commit f41a6c9

File tree

3 files changed

+34
-0
lines changed

3 files changed

+34
-0
lines changed

demo.Modusfile

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
literals(and, variables, "are highlighted") :- correctly.
2+
3+
# comments are supported
4+
5+
ubuntu(version) :-
6+
# string interpolation and escaping
7+
from(f"ubuntu:${version}"),
8+
run("apt-get update \
9+
apt-get install \"git\"").
10+
11+
builtins(and, user_predicates) :-
12+
are,
13+
run("highlighted"),
14+
differently(A),
15+
A = "1".

package-lock.json

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"description": "VSCode support for Modusfile",
55
"version": "0.0.1",
66
"private": true,
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/modus-continens/vscode-modus"
10+
},
711
"engines": {
812
"vscode": "^1.63.0"
913
},

0 commit comments

Comments
 (0)