[前][次][番号順一覧][スレッド一覧]

ruby-changes:72270

From: Hiroshi <ko1@a...>
Date: Tue, 21 Jun 2022 20:44:03 +0900 (JST)
Subject: [ruby-changes:72270] a9db5be0ca (master): Added error_highlight entries under the doc directory

https://git.ruby-lang.org/ruby.git/commit/?id=a9db5be0ca

From a9db5be0cac1e02806b6634831cda958182eaabe Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Tue, 21 Jun 2022 20:41:05 +0900
Subject: Added error_highlight entries under the doc directory

---
 doc/maintainers.rdoc      | 4 ++++
 doc/standard_library.rdoc | 1 +
 2 files changed, 5 insertions(+)

diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc
index ada0fcf325..f4eb841b85 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -119,6 +119,10 @@ Yukihiro Matsumoto (matz) https://github.com/ruby/ruby/blob/trunk/doc/maintainers.rdoc#L119
   Masatoshi SEKI (seki), Takashi Kokubun (k0kubun)
   https://github.com/ruby/erb
   https://rubygems.org/gems/erb
+[lib/error_highlight.rb, lib/error_highlight/*]
+  Yusuke Endoh (mame)
+  https://github.com/ruby/error_highlight
+  https://rubygems.org/gems/error_highlight
 [lib/fileutils.rb]
   _unmaintained_
   https://github.com/ruby/fileutils
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index a92521db16..8965aa92a8 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -36,6 +36,7 @@ DidYouMean:: "Did you mean?" experience in Ruby https://github.com/ruby/ruby/blob/trunk/doc/standard_library.rdoc#L36
 DRb:: Distributed object system for Ruby
 English:: Provides references to special global variables with less cryptic names
 ERB:: An easy to use but powerful templating system for Ruby
+ErrorHighlight:: Highlight error location in your code
 FileUtils:: Several file utility methods for copying, moving, removing, etc
 Find:: This module supports top-down traversal of a set of file paths
 Forwardable:: Provides delegation of specified methods to a designated object
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]