summaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorDanillo Melo2023-04-06 16:37:45 +0000
committerGitHub2023-04-06 16:37:45 +0000
commit3dd715a115880831e3a0f75a3c00f0b6e1a8364f (patch)
tree52d8a3e8a53627f2a7cfa5956002e69b7a52f4b8 /languages.toml
parent4b32b544fc57c53e1406fa7705068f0222498019 (diff)
Update Ruby Highlights (#6587)
* update ruby highlights * Updated SQL injection.scm * Move private, public, protected to builtin methods
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 c5c69b9b..a1a2f0a1 100644
--- a/languages.toml
+++ b/languages.toml
@@ -606,7 +606,7 @@ indent = { tab-width = 2, unit = " " }
[[grammar]]
name = "ruby"
-source = { git = "https://github.com/tree-sitter/tree-sitter-ruby", rev = "4c600a463d97e36a0ca5ac57e11f3ac8c297a0fa" }
+source = { git = "https://github.com/tree-sitter/tree-sitter-ruby", rev = "206c7077164372c596ffa8eaadb9435c28941364" }
[[language]]
name = "bash"