Skip to content

feat(language): support for Nushell language - #956

Open
wu21-web wants to merge 13 commits into
alibaba:mainfrom
wu21-web:nushell
Open

feat(language): support for Nushell language#956
wu21-web wants to merge 13 commits into
alibaba:mainfrom
wu21-web:nushell

Conversation

@wu21-web

@wu21-web wu21-web commented Aug 16, 2026

Copy link
Copy Markdown
Contributor

Description

This PR addes language support for ocr for nushell, a new type of shell.
The nushell.md documentation is from the nushell-pro's references/script-review.md
Credits: @hustcer for repository hustcer/nushell-pro. @hustcer is a master at nushell.
hustcer/nushell-pro is MIT.

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Refactoring (no functional changes)
  • Documentation update
  • CI / Build / Tooling

How Has This Been Tested?

  • make test passes locally
  • Manual testing (describe below)

Checklist

  • My code follows the project's coding style (go fmt, go vet)
  • I have performed a self-review of my code
  • I have added tests that prove my fix is effective or my feature works
  • New and existing unit tests pass locally with my changes
  • I have updated the documentation accordingly (if applicable)
  • I have signed the CLA

Related Issues

closes #943

@github-actions

Copy link
Copy Markdown
Contributor

OpenCodeReview: Review complete: 0 finding(s) across 3 selected item(s).

@wu21-web
wu21-web marked this pull request as ready for review August 16, 2026 15:15
@wu21-web wu21-web changed the title feat(language): support for Nushell language [WIP] feat(language): support for Nushell language Aug 16, 2026
@wu21-web

This comment was marked as outdated.

@wu21-web wu21-web changed the title [WIP] feat(language): support for Nushell language [PENDING] feat(language): support for Nushell language Aug 16, 2026
@wu21-web wu21-web closed this Aug 16, 2026
@wu21-web wu21-web reopened this Aug 16, 2026
@wu21-web wu21-web closed this Aug 16, 2026
@wu21-web wu21-web reopened this Aug 16, 2026
@hustcer

hustcer commented Aug 17, 2026

Copy link
Copy Markdown

Signed

@wu21-web wu21-web changed the title [PENDING] feat(language): support for Nushell language feat(language): support for Nushell language Aug 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(language): support for Nushell language

2 participants