aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
author7ombie2024-02-12 01:17:44 +0000
committerGitHub2024-02-12 01:17:44 +0000
commit204c3707b070c0933366b7366d48744b1426abaa (patch)
treef3b96c7734c6893c1498e715deda9d29eae45b1f /languages.toml
parent13b9885084ed516276db17b730cb1d818fe95716 (diff)
Updated Swift grammar, adding 'any' and 'await' keywords. (#9586)
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 084d4932..c2432c27 100644
--- a/languages.toml
+++ b/languages.toml
@@ -1730,7 +1730,7 @@ language-servers = [ "sourcekit-lsp" ]
[[grammar]]
name = "swift"
-source = { git = "https://github.com/alex-pinkus/tree-sitter-swift", rev = "77c6312c8438f4dbaa0350cec92b3d6dd3d74a66" }
+source = { git = "https://github.com/alex-pinkus/tree-sitter-swift", rev = "b1b66955d420d5cf5ff268ae552f0d6e43ff66e1" }
[[language]]
name = "erb"