add scala support

This commit is contained in:
mjhika 2024-02-04 22:54:29 -05:00
parent f0e6f421fe
commit 7530c4c2b6
3 changed files with 9 additions and 0 deletions

View file

@ -132,6 +132,8 @@ telscope.setup {
file_ignore_patterns = {
"node_modules",
".idea",
"project/target", --https://www.lua.org/pil/20.2.html
"target", --https://www.lua.org/pil/20.2.html
".cache",
".cpcache",
"cljs%-runtime" },