From e1d88b6a00bc50588d188824f4558424fc020051 Mon Sep 17 00:00:00 2001
From: srem1 <122400377+srem1@users.noreply.github.com>
Date: Fri, 3 Mar 2023 14:05:14 +0100
Subject: [PATCH] add puts
puts == print + "\n" very often use
---
misc/syntax/ruby.syntax | 1 +
1 file changed, 1 insertion(+)
diff --git a/misc/syntax/ruby.syntax b/misc/syntax/ruby.syntax
index 61191f026e..5def296165 100644
a
|
b
|
context default |
205 | 205 | keyword whole srand yellow |
206 | 206 | keyword whole open yellow |
207 | 207 | keyword whole print yellow |
| 208 | keyword whole puts yellow |
208 | 209 | keyword whole printf yellow |
209 | 210 | keyword whole sprintf yellow |
210 | 211 | keyword whole exec yellow |