Analyze README-advertised language extensions - #102
Open
braedonsaunders wants to merge 1 commit into
Open
Conversation
The Supported Languages table already lists C++ .cxx/.hh/.hxx, Scala scripts, Groovy .gvy, Erlang headers, literate Haskell, F#/OCaml signatures, ClojureScript, and PowerShell data files. Those paths were dropped from folder, GitHub, and ZIP analysis because they were neither code nor text, even though the CLI already watched them for live diffs. Co-authored-by: Braedon Saunders <braedonsaunders@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
braedonsaunders
marked this pull request as ready for review
September 4, 2026 01:03
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Supported Languages table already lists C++
.cxx/.hh/.hxx, Scala.sc, Groovy.gvy, Erlang.hrl, literate Haskell.lhs, F#.fsi, OCaml.mli, ClojureScript.cljs/.cljc, and PowerShell.psd1. Folder, GitHub, and ZIP analysis dropped those files because they were in neithercodeExtsnortextExts.The thin CLI already watched them for live diffs, so a save in one of those files could mark the analysis stale without the file ever appearing on the map.
What changed
Parser.codeExtsso they are included as code.Still one HTML file plus tests. No new packages. Does not touch the named-groups or 3D-particle PRs.
How to see it
.cxxor.cljsfile (or analyze a GitHub repo that does).Tests
npm testis green (217).Left out
Promotion-block notes
@codex reviewhit usage limits. Recent Codex threads on Add a line-thickness slider for Graph, Code, and other link views #93–Animate Code-view active-file dependency links #99 were already addressed and resolved.