about summary refs log tree commit diff
path: root/pkgs/profpatsch/dhallsh/Completion/package.dhall
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2019-09-16 00:56:37 +0200
committerProfpatsch <mail@profpatsch.de>2020-02-24 00:57:55 +0100
commit7bb981bca6c1fabb7bdfe367a6b19042ca36afd7 (patch)
treec874fd97aeab7e47d6ec66e0fbcc7d1db78f9794 /pkgs/profpatsch/dhallsh/Completion/package.dhall
parent0170d75092b4750ad03d9c606918cf659703e8d5 (diff)
Mostly implement nice completion for dhall
A few bugs are still remainaing, but it can recognize when files
should be completed for example.
Diffstat (limited to 'pkgs/profpatsch/dhallsh/Completion/package.dhall')
-rw-r--r--pkgs/profpatsch/dhallsh/Completion/package.dhall1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/profpatsch/dhallsh/Completion/package.dhall b/pkgs/profpatsch/dhallsh/Completion/package.dhall
new file mode 100644
index 00000000..01044c54
--- /dev/null
+++ b/pkgs/profpatsch/dhallsh/Completion/package.dhall
@@ -0,0 +1 @@
+{ Option = ./Option/type.dhall, Command = ./Command/package.dhall }