summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/ide/lib/languages/index.js
blob: 0c85a1104fc74b2cfc90432cb8f25e55d6a55644 (plain)
1
2
3
4
5
import vue from './vue';

const languages = [vue];

export default languages;