Adopt new Ruby grammar (#235732)

This commit is contained in:
Alex Ross
2024-12-11 17:53:04 +01:00
committed by GitHub
parent d9cf59b66d
commit 09fe3fcbc1
16 changed files with 2963 additions and 2013 deletions
@@ -213,7 +213,10 @@
},
{
"name": "Inherited class",
"scope": "entity.other.inherited-class",
"scope": [
"entity.other.inherited-class",
"punctuation.separator.namespace.ruby"
],
"settings": {
"fontStyle": "italic underline",
"foreground": "#A6E22E"