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

10 lines
191 B
JavaScript
Executable File

export default {
name: 'PlantUML',
type: 'data',
aceMode: 'text',
extensions: ['.puml', '.iuml', '.plantuml'],
languageId: 833504686,
tmScope: 'source.wsd',
color: '#fbbd16',
}