Skip to content

Commit

Permalink
Fixed maintainer info
Browse files Browse the repository at this point in the history
  • Loading branch information
treymerkley committed Sep 7, 2018
1 parent 7d77026 commit cf9c9ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions renpy.el
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

;; Based on python.el, which has the following maintainership:

;; Maintainer: Dave Love <fx@gnu.org>; Quil <https://github.com/robotlolita>; Billy Wade <https://github.com/billywade>
;; Maintainer: Dave Love <fx@gnu.org>; Quildreen Motta <https://github.com/robotlolita>; Billy Wade <https://github.com/billywade>
;; Created: Nov 2003
;; Version: 0.3
;; Homepage: https://github.com/billywade/renpy-mode
Expand Down Expand Up @@ -69,7 +69,7 @@

(defvar renpy-font-lock-keywords
`(,(rx symbol-start
;; From v 2.5 reference, § keywords.
;; From v 2.5 reference, keywords.
;; def and class dealt with separately below
(or "and" "as" "assert" "break" "continue" "del" "elif" "else"
"except" "exec" "finally" "for" "from" "global" "if"
Expand Down Expand Up @@ -180,7 +180,7 @@
"zorder"
)
symbol-end)
(,(rx symbol-start "None" symbol-end) ; see § Keywords in 2.5 manual
(,(rx symbol-start "None" symbol-end) ; see Keywords in 2.5 manual
. font-lock-constant-face)
;; Definitions
(,(rx symbol-start (group "class") (1+ space) (group (1+ (or word ?_))))
Expand Down

0 comments on commit cf9c9ea

Please sign in to comment.