Skip to content

Commit 0b03a86

Browse files
authored
feat: add Nushell language support (#663)
1 parent 5643225 commit 0b03a86

File tree

3 files changed

+726
-0
lines changed

3 files changed

+726
-0
lines changed

src/renderer/components/editor/grammars/languages.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,12 @@ export const languages: LanguageOption[] = [
562562
grammar: () => import('./textmate/nix.tmLanguage.json'),
563563
scopeName: 'source.nix',
564564
},
565+
{
566+
name: 'Nushell',
567+
value: 'nu',
568+
grammar: () => import('./textmate/nu.tmLanguage.json'),
569+
scopeName: 'source.nushell',
570+
},
565571
{
566572
name: 'NSIS',
567573
value: 'nsis',

0 commit comments

Comments
 (0)