-
Notifications
You must be signed in to change notification settings - Fork 629
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lisp,EmacsLisp: add definer: field to record defX in "(defX foo..."
Increment the age of the parsers: 0.1 Signed-off-by: Masatake YAMATO <[email protected]>
- Loading branch information
Showing
4 changed files
with
64 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
url input.lisp /^(defmethod url ((url quri:uri))$/;" kind:method | ||
url-designator input.lisp /^(deftype url-designator ()$/;" kind:type | ||
renderer-scheme input.lisp /^(defclass renderer-scheme ()$/;" kind:class | ||
scheme input.lisp /^(define-class scheme (renderer-scheme)$/;" kind:unknown | ||
scheme input.lisp /^(define-class scheme (renderer-scheme)$/;" kind:unknown definer:DEFINE-CLASS | ||
browser-schemes input.lisp /^(defgeneric browser-schemes (browser)$/;" kind:generic | ||
:nyxt/renderer/gtk input.lisp /^(nyxt:define-package :nyxt\/renderer\/gtk$/;" kind:unknown | ||
:nyxt/renderer/gtk input.lisp /^(nyxt:define-package :nyxt\/renderer\/gtk$/;" kind:unknown definer:DEFINE-PACKAGE | ||
renderer-history-entry input.lisp /^(defstruct renderer-history-entry$/;" kind:struct | ||
local-p input.lisp /^(defmethod (setf local-p) (value (scheme gtk-scheme))$/;" kind:method |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters