aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authoreugene yokota2023-01-19 17:26:12 +0000
committerGitHub2023-01-19 17:26:12 +0000
commit4535d0fa74afc5bdd84ca698480249d20fbd8b61 (patch)
treefa18affb0b3b031d9d0b5ad8f99b400563b8feec /languages.toml
parent94ef6fb69b837229c1e7e84967a79fc53259b00b (diff)
highlight(scala): update to fix potential crash (#5576)
* highlight(scala): update to fix crash tree-sitter-scala has recently add a fix to workaround segv crashes in other editors. Not sure if it happens to Helix as well, but it's probably a good idea to use the latest. * highlight(scala): String interpolator support This captures String interpolator as `function` Co-authored-by: Chris Kipp <ckipp@pm.me>
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index c37860d3..b6f939aa 100644
--- a/languages.toml
+++ b/languages.toml
@@ -1065,7 +1065,7 @@ config = { "isHttpEnabled" = true }
[[grammar]]
name = "scala"
-source = { git = "https://github.com/tree-sitter/tree-sitter-scala", rev = "db1c8c23d7996476a791db85a0d292084c19c232" }
+source = { git = "https://github.com/tree-sitter/tree-sitter-scala", rev = "f6bbf35de41653b409ca9a3537a154f2b095ef64" }
[[language]]
name = "dockerfile"