Skip to content

Commit

Permalink
refactor(language-core): export allCodeFeatures (#4320)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyuanzmj committed Apr 30, 2024
1 parent 34700c5 commit cad85aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/language-core/lib/plugins.ts
Expand Up @@ -8,6 +8,8 @@ import useVueTemplateInlineTsPlugin from './plugins/vue-template-inline-ts';
import useVueTsx from './plugins/vue-tsx';
import { pluginVersion, type VueLanguagePlugin } from './types';

export * from './plugins/shared'

export function getBasePlugins(pluginContext: Parameters<VueLanguagePlugin>[0]) {

const plugins: VueLanguagePlugin[] = [
Expand Down

0 comments on commit cad85aa

Please sign in to comment.