Fix ruby true/false detection bug

This commit is contained in:
2026-01-18 13:23:54 +00:00
parent c8db7b14a3
commit c9324c13aa
3 changed files with 5 additions and 5 deletions

View File

@@ -25,7 +25,7 @@
"fg": "#7AE93C"
},
"False": {
"fg": "#F03138"
"fg": "#EF5168"
},
"Char": {
"fg": "#FFAF70"