aboutsummaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorkatherine <ageha@airen-no-jikken.icu>2025-04-15 16:46:01 +1000
committerkatherine <ageha@airen-no-jikken.icu>2025-04-15 16:46:01 +1000
commit8ba6f89f67ab0bd525f39f039958ca5d221936ce (patch)
treed71f13349dd8b87765d507288bd5f75163d059bf /.config
parentdfc9f960f07793250e05362df28c9f727feb0076 (diff)
downloaddotfiles-8ba6f89f67ab0bd525f39f039958ca5d221936ce.tar.gz
add filetypes to srcopen
Diffstat (limited to '.config')
-rwxr-xr-x.config/init/funcs/srcopen4
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/init/funcs/srcopen b/.config/init/funcs/srcopen
index f4bd773..46fec5f 100755
--- a/.config/init/funcs/srcopen
+++ b/.config/init/funcs/srcopen
@@ -21,9 +21,11 @@ search_map=(
"elixir" "\.(ex|exs)"
"go" "\.go"
"html" "\.(html|xhtml)"
+ "lua" "\.lua"
"markdown" "\.md"
"ocaml" "\.(ml|mli)"
- "js" "\.js"
+ "js" "\.(js|jsx)"
+ "shell" "\.sh"
"tex" "\.tex"
"vim" "\.vim"
)