From 8e25ac2c4f606f3a82e079e0c4efa662b6c4e442 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 25 Jul 2022 09:56:12 -0400 Subject: 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. --- .ghci | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.ghci') 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" -- cgit v1.2.3