Files
rspade_system/node_modules/linguist-languages/data/PowerShell.js
2025-12-03 21:28:08 +00:00

14 lines
341 B
JavaScript
Executable File

module.exports = {
name: 'PowerShell',
type: 'programming',
aceMode: 'powershell',
extensions: ['.ps1', '.psd1', '.psm1'],
languageId: 293,
tmScope: 'source.powershell',
aliases: ['posh', 'pwsh'],
codemirrorMode: 'powershell',
codemirrorMimeType: 'application/x-powershell',
color: '#012456',
interpreters: ['pwsh'],
}