mirror of https://github.com/grafana/grafana
parent
bba42b113c
commit
b12b5ed92f
@ -1,12 +0,0 @@ |
||||
import { language, languageConfiguration } from './fireql'; |
||||
|
||||
export const languageDefinition = { |
||||
id: 'fireql', |
||||
extensions: ['.fireql'], |
||||
aliases: ['fire', 'fireql'], |
||||
mimetypes: [], |
||||
def: { |
||||
language, |
||||
languageConfiguration, |
||||
}, |
||||
}; |
@ -0,0 +1,12 @@ |
||||
import { language, languageConfiguration } from './phlareql'; |
||||
|
||||
export const languageDefinition = { |
||||
id: 'phlareql', |
||||
extensions: ['.phlareql'], |
||||
aliases: ['phlare', 'phlareql'], |
||||
mimetypes: [], |
||||
def: { |
||||
language, |
||||
languageConfiguration, |
||||
}, |
||||
}; |
Loading…
Reference in new issue