You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,7 @@ Currently supported grammars are:
81
81
|[Perl 6]| Yes | Yes ||`perl6`||
82
82
| PHP | Yes | Yes ||||
83
83
|[PostgreSQL]| Yes | Yes |[language-pgsql]|[`psql`]| Connects as user `PGUSER` to database `PGDATABASE`. Both default to your operating system's `USERNAME`, but can be set in the process environment or in Atom's [`init` file]: `process.env.PGUSER = {user name}` and `process.env.PGDATABASE = {database name}`|
|[Prolog]| Yes ||[language-prolog]|`swipl`| Scripts must contain a rule with the head `main` (e.g.`main:- parent(X,lucas),writeln(X).`). The script is executed with the goal `main` and exits after the first result is found. The output is produced by the `writeln/1` predicates. |
@@ -129,6 +130,7 @@ Currently supported grammars are:
0 commit comments