-
Notifications
You must be signed in to change notification settings - Fork 628
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4130 from masatake/lisp--refactor
Lisp: introduce version 0.0 of lisp meta parser
- Loading branch information
Showing
16 changed files
with
448 additions
and
201 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
2 changes: 1 addition & 1 deletion
2
Units/option-regex-attaching-role.r/extending-existing-parser.d/expected.tags
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
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
.. _ctags-lang-clojure(7): | ||
|
||
============================================================== | ||
ctags-lang-clojure | ||
============================================================== | ||
|
||
Random notes about tagging Clojure source code with Universal Ctags | ||
|
||
:Version: 6.1.0 | ||
:Manual group: Universal Ctags | ||
:Manual section: 7 | ||
|
||
SYNOPSIS | ||
-------- | ||
| **ctags** ... --languages=+Clojure ... | ||
| **ctags** ... --language-force=Clojure ... | ||
| **ctags** ... --map-Clojure=+.clj ... | ||
| **ctags** ... --map-Clojure=+.cljs ... | ||
| **ctags** ... --map-Clojure=+.cljc ... | ||
DESCRIPTION | ||
----------- | ||
This man page gathers random notes about tagging Clojure source code. | ||
|
||
VERSIONS | ||
-------- | ||
|
||
Change since "0.0" | ||
~~~~~~~~~~~~~~~~~~ | ||
|
||
* Add ``unknown`` kind. | ||
|
||
* Add ``definer`` field. | ||
|
||
SEE ALSO | ||
-------- | ||
:ref:`ctags(1) <ctags(1)>` |
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 |
---|---|---|
@@ -0,0 +1,41 @@ | ||
.. _ctags-lang-scheme(7): | ||
|
||
============================================================== | ||
ctags-lang-scheme | ||
============================================================== | ||
|
||
Random notes about tagging Scheme source code with Universal Ctags | ||
|
||
:Version: 6.1.0 | ||
:Manual group: Universal Ctags | ||
:Manual section: 7 | ||
|
||
SYNOPSIS | ||
-------- | ||
| **ctags** ... --languages=+Scheme ... | ||
| **ctags** ... --language-force=Scheme ... | ||
| **ctags** ... --map-Scheme=+.SCM ... | ||
| **ctags** ... --map-Scheme=+.SM ... | ||
| **ctags** ... --map-Scheme=+.sch ... | ||
| **ctags** ... --map-Scheme=+.scheme ... | ||
| **ctags** ... --map-Scheme=+.scm ... | ||
| **ctags** ... --map-Scheme=+.sm ... | ||
| **ctags** ... --map-Scheme=+.rkt ... | ||
DESCRIPTION | ||
----------- | ||
This man page gathers random notes about tagging Scheme source code. | ||
|
||
VERSIONS | ||
-------- | ||
|
||
Change since "0.0" | ||
~~~~~~~~~~~~~~~~~~ | ||
|
||
* Add ``unknown`` kind. | ||
|
||
* Add ``definer`` field. | ||
|
||
SEE ALSO | ||
-------- | ||
:ref:`ctags(1) <ctags(1)>` |
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
.. _ctags-lang-clojure(7): | ||
|
||
============================================================== | ||
ctags-lang-clojure | ||
============================================================== | ||
--------------------------------------------------------------------- | ||
Random notes about tagging Clojure source code with Universal Ctags | ||
--------------------------------------------------------------------- | ||
:Version: @VERSION@ | ||
:Manual group: Universal Ctags | ||
:Manual section: 7 | ||
|
||
SYNOPSIS | ||
-------- | ||
| **@CTAGS_NAME_EXECUTABLE@** ... --languages=+Clojure ... | ||
| **@CTAGS_NAME_EXECUTABLE@** ... --language-force=Clojure ... | ||
| **@CTAGS_NAME_EXECUTABLE@** ... --map-Clojure=+.clj ... | ||
| **@CTAGS_NAME_EXECUTABLE@** ... --map-Clojure=+.cljs ... | ||
| **@CTAGS_NAME_EXECUTABLE@** ... --map-Clojure=+.cljc ... | ||
|
||
DESCRIPTION | ||
----------- | ||
This man page gathers random notes about tagging Clojure source code. | ||
|
||
VERSIONS | ||
-------- | ||
|
||
Change since "0.0" | ||
~~~~~~~~~~~~~~~~~~ | ||
|
||
* Add ``unknown`` kind. | ||
|
||
* Add ``definer`` field. | ||
|
||
SEE ALSO | ||
-------- | ||
ctags(1) |
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 |
---|---|---|
@@ -0,0 +1,41 @@ | ||
.. _ctags-lang-scheme(7): | ||
|
||
============================================================== | ||
ctags-lang-scheme | ||
============================================================== | ||
--------------------------------------------------------------------- | ||
Random notes about tagging Scheme source code with Universal Ctags | ||
--------------------------------------------------------------------- | ||
:Version: @VERSION@ | ||
:Manual group: Universal Ctags | ||
:Manual section: 7 | ||
|
||
SYNOPSIS | ||
-------- | ||
| **@CTAGS_NAME_EXECUTABLE@** ... --languages=+Scheme ... | ||
| **@CTAGS_NAME_EXECUTABLE@** ... --language-force=Scheme ... | ||
| **@CTAGS_NAME_EXECUTABLE@** ... --map-Scheme=+.SCM ... | ||
| **@CTAGS_NAME_EXECUTABLE@** ... --map-Scheme=+.SM ... | ||
| **@CTAGS_NAME_EXECUTABLE@** ... --map-Scheme=+.sch ... | ||
| **@CTAGS_NAME_EXECUTABLE@** ... --map-Scheme=+.scheme ... | ||
| **@CTAGS_NAME_EXECUTABLE@** ... --map-Scheme=+.scm ... | ||
| **@CTAGS_NAME_EXECUTABLE@** ... --map-Scheme=+.sm ... | ||
| **@CTAGS_NAME_EXECUTABLE@** ... --map-Scheme=+.rkt ... | ||
|
||
DESCRIPTION | ||
----------- | ||
This man page gathers random notes about tagging Scheme source code. | ||
|
||
VERSIONS | ||
-------- | ||
|
||
Change since "0.0" | ||
~~~~~~~~~~~~~~~~~~ | ||
|
||
* Add ``unknown`` kind. | ||
|
||
* Add ``definer`` field. | ||
|
||
SEE ALSO | ||
-------- | ||
ctags(1) |
Oops, something went wrong.