Skip to content

Added more formats for PS#201

Closed
tempergate wants to merge 6 commits into
colorer:masterfrom
tempergate:master
Closed

Added more formats for PS#201
tempergate wants to merge 6 commits into
colorer:masterfrom
tempergate:master

Conversation

@tempergate

Copy link
Copy Markdown
Contributor

-extended file formats for PS
-added nushell file format to language regex
-extended language name in a list of languages

added qml support
-extended file formats for PS
-added nushell file format to language regex
-extended language name in a list of languages
@nightroman

nightroman commented Feb 1, 2026

Copy link
Copy Markdown
Contributor

@tempergate Any explanation why this is needed, what this nushell is?

-extended language name in a list of languages

I think changing the description of the scheme in the list is redundant, even if we agree with the extra extension.

@nightroman

nightroman commented Feb 1, 2026

Copy link
Copy Markdown
Contributor

Grok says

Nushell does not use PowerShell as its programming language or scripting language.

And here is its example script. It does not look like PowerShell at all.

#!/usr/bin/env nu

# hello.nu
def main [name: string = "world"] {
    print $"Hello ($name | str capitalize)!"
}

# Optional subcommands
def main greet [who: string] {
    print $"Greetings, ($who)!"
}

@nightroman

Copy link
Copy Markdown
Contributor

@ctapmex I suggest closing this PR. Apart from main issues, it seemingly includes a few irrelevant commits.

@tempergate tempergate closed this Feb 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants