summaryrefslogtreecommitdiff
path: root/.ghci
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2022-07-25 09:56:12 -0400
committerBen Sima <ben@bsima.me>2022-07-25 10:29:10 -0400
commit8e25ac2c4f606f3a82e079e0c4efa662b6c4e442 (patch)
treefdea667abb49ccb2b8ede5695266a67f6f4cf925 /.ghci
parentddbb61ed8c546b718242bf3b54dba7f1d1248590 (diff)
Add tags support for more languages
Rust seems to not be supported in my ctags version :( Also rename some Ide scripts because these are commands, not really scripts.
Diffstat (limited to '.ghci')
-rw-r--r--.ghci4
1 files changed, 2 insertions, 2 deletions
diff --git a/.ghci b/.ghci
index ab9de13..472ba8b 100644
--- a/.ghci
+++ b/.ghci
@@ -8,6 +8,6 @@
:def iq (\arg -> let [x, y] = Prelude.words arg in return <| "import qualified " ++ x ++ " as " ++ y)
:def hoogle \s -> return <| ":! hoogle search --count=15 \"" ++ s ++ "\""
:def hdoc \s -> return <| ":! hoogle search --info \"" ++ s ++ "\""
-:def! f \_ -> return <| ":! ftags.sh \n:r"
-:def! h \_ -> return <| ":! hoog.sh"
+:def! f \_ -> return <| ":! ftags \n:r"
+:def! h \_ -> return <| ":! hoog"
:def test \_ -> return <| ":main test"