1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 06:41:45 +03:00
Commit Graph

1099 Commits

Author SHA1 Message Date
Rob Rix
384178ec56 Merge branch 'master' into 🔥-patch-output 2017-11-21 17:13:51 -05:00
Rob Rix
94ce3fe8f6 🔥 Renderer.Patch. 2017-11-21 17:11:54 -05:00
Timothy Clem
16ef56d742 Merge remote-tracking branch 'origin/master' into fix-markdown-timeouts 2017-11-20 15:22:58 -08:00
Timothy Clem
94690bebaf Extract function instead of lambda 2017-11-20 15:09:13 -08:00
Timothy Clem
4aedbf9647 Track contents as children of the heading 2017-11-20 14:20:23 -08:00
Timothy Clem
631594e01e Don't nest markdown sections/headings
There's a major performance problem with the `while` approach to detecting hierarchy in markdown headings/sections. This works around by just having headings stay flat (like they are returned from the cmark parser).
2017-11-20 13:47:46 -08:00
Timothy Clem
0c64dbbf5e Keep recursing for term table of contents 2017-11-16 14:59:21 -08:00
Timothy Clem
8c727bd4f0 Extract out the Tag renderer into it's own module 2017-11-09 09:01:35 -08:00
Timothy Clem
57dfc43035 Construct ClassDeclaration properly 2017-11-08 13:59:41 -08:00
Timothy Clem
772762ecef Merge remote-tracking branch 'origin/master' into generate-tags-with-context 2017-11-08 13:16:07 -08:00
Ayman Nadeem
be1b7d6cb0 Merge branch 'master' into class-toc 2017-10-31 10:30:44 -07:00
Timothy Clem
ee80ee6d38 No need to have summaryTermText on TOCSummary now 2017-10-27 11:37:05 -07:00
Timothy Clem
957448518d Pass language around for easy use later 2017-10-27 11:16:05 -07:00
Timothy Clem
050734c40c s/JSONSummary/TOCSummary 2017-10-27 11:15:46 -07:00
Timothy Clem
6ad5700116 Refactor renderToTags to not go through JSONSummary 2017-10-27 10:18:21 -07:00
Timothy Clem
5a112a7943 Minor code cleanup 2017-10-26 16:23:32 -07:00
Timothy Clem
5a619b7387 s/language_id/language 2017-10-26 16:02:11 -07:00
joshvera
bd1fc11726 Strip whitespace from text 2017-10-19 20:54:54 -04:00
joshvera
3ce0f49e4a extract the function/method line from the source and keep it in a tag 2017-10-19 20:51:09 -04:00
joshvera
fed5ac2b6f Generate a list of tag hash maps 2017-10-18 18:35:02 -04:00
joshvera
6cecc8d3de Stub a tags renderer for the tags command 2017-10-17 14:11:34 -04:00
Rob Rix
b44485b8d4 Merge branch 'master' into tableofcontentsby-bugfix 2017-10-13 14:24:43 -04:00
Ayman Nadeem
8f496db787 delete Unchanged entries 2017-10-13 10:50:29 -07:00
Ayman Nadeem
159e3c14a7 corrects predicate 2017-10-12 14:07:27 -07:00
Rick Winfrey
5f482fbb4f Rename markup to markdown 2017-10-10 17:25:45 -07:00
Rick Winfrey
2be6e5eef6 Update Markdown 2017-10-10 15:24:25 -07:00
Ayman Nadeem
cdb78619f6 WIP test fixes 2017-10-10 13:56:09 -07:00
Ayman Nadeem
6f6e70fad8 modify tableOfContentsBy method 2017-10-10 11:34:33 -07:00
Ayman Nadeem
3a21b5cec8 revert bug fix 2017-10-10 11:27:15 -07:00
Ayman Nadeem
148d2532a8 fix conflicts 2017-10-10 11:16:21 -07:00
Rob Rix
f146394608 Use Proxy instead of undefined for consistency & future-proofing. 2017-10-06 13:19:55 -04:00
Rob Rix
5e163648da Link to AdvancedOverlap. 2017-10-06 11:30:06 -04:00
Rob Rix
c474b15ee2 Note that you don’t want new instances of HasDeclarationWithStrategy. 2017-10-06 11:29:10 -04:00
Rob Rix
88477db7fa 📝 the HasDeclarationWithStrategy instances. 2017-10-06 11:28:07 -04:00
Rob Rix
f7cec59848 📝 DeclarationStrategy. 2017-10-06 11:26:30 -04:00
Rob Rix
5b0479e724 Rename the part type parameter to syntax. 2017-10-06 11:23:07 -04:00
Rob Rix
63afadfb8e 📝 HasDeclarationWithStrategy. 2017-10-06 11:22:36 -04:00
Rob Rix
28dc2ce1dd 📝 the Union instance. 2017-10-06 11:21:58 -04:00
Rob Rix
1b8836b0ec 📝 the Declaration.Method instance. 2017-10-06 11:20:57 -04:00
Rob Rix
e3e120ad74 📝 the Declaration.Function instance. 2017-10-06 11:19:34 -04:00
Rob Rix
552e3c0a5d Clarify the Markup.Section instance docs. 2017-10-06 11:18:27 -04:00
Rob Rix
c8a3116cf6 📝 the Syntax.Error instance. 2017-10-06 11:18:02 -04:00
Rob Rix
ef8a734c17 📝 the Markup.Section instance. 2017-10-06 11:17:40 -04:00
Rob Rix
a746547fd2 📝 customToDeclaration. 2017-10-06 11:17:01 -04:00
Rob Rix
0aa58d68a7 📝 CustomHasDeclaration. 2017-10-06 11:16:54 -04:00
Rob Rix
2027e94622 📝 the HasDeclaration instance. 2017-10-06 11:15:22 -04:00
Rob Rix
926f9a256d 📝 toDeclaration. 2017-10-06 11:09:47 -04:00
Rob Rix
570c5c3327 📝 HasDeclaration. 2017-10-06 11:09:42 -04:00
Rob Rix
4ab27365da Move the HasDeclaration instance up next to the typeclass. 2017-10-06 11:07:20 -04:00
Rob Rix
1ce6693dc2 📝 declarationAlgebra. 2017-10-06 11:06:42 -04:00