Skip to content

Commit

Permalink
Update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Apr 12, 2021
1 parent 6e05069 commit 5d600ac
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions rbs-mode.el
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
;;; rbs-mode.el --- Major mode for Ruby::Signature -*- lexical-binding: t; -*-
;;; rbs-mode.el --- A major mode for RBS -*- lexical-binding: t; -*-

;; Copyright (C) 2020 Masafumi Koba

;; Author: Masafumi Koba
;; Version: 0.1.0
;; Package-Requires: ((emacs "24.3"))
;; Keywords: languages
;; URL: https://github.com/ybiquitous/rbs-mode
;; Package-Requires: ((emacs "24.3"))

;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
Expand All @@ -21,10 +22,9 @@
;; along with this program. If not, see <https://www.gnu.org/licenses/>.

;;; Commentary:
;;
;; Usage:
;;
;; (require 'rbs-mode)

;; `rbs-mode' is a major mode for RBS (a type signature language for Ruby).
;; See also <https://github.com/ruby/rbs> for details about RBS.

;;; Code:
(require 'rx)
Expand Down

0 comments on commit 5d600ac

Please sign in to comment.