diff options
author | katherine <ageha@airen-no-jikken.icu> | 2025-04-15 16:46:01 +1000 |
---|---|---|
committer | katherine <ageha@airen-no-jikken.icu> | 2025-04-15 16:46:01 +1000 |
commit | 8ba6f89f67ab0bd525f39f039958ca5d221936ce (patch) | |
tree | d71f13349dd8b87765d507288bd5f75163d059bf /.config | |
parent | dfc9f960f07793250e05362df28c9f727feb0076 (diff) | |
download | dotfiles-8ba6f89f67ab0bd525f39f039958ca5d221936ce.tar.gz |
add filetypes to srcopen
Diffstat (limited to '.config')
-rwxr-xr-x | .config/init/funcs/srcopen | 4 |
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" ) |