declare const _: {
  readonly name: 'Slash'
  readonly type: 'programming'
  readonly aceMode: 'text'
  readonly extensions: readonly ['.sl']
  readonly languageId: 349
  readonly tmScope: 'text.html.slash'
  readonly color: '#007eff'
}

export default _
