Skip to content

Commit

Permalink
Add markdown trigger characters
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Jan 9, 2024
1 parent 972002e commit a53be20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/markdown/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ function assert(condition: unknown, message: string): asserts condition {
export function create(options: CreateOptions): ServicePlugin {
return {
name: 'markdown',
triggerCharacters: ['.', '/', '#'],
create(context): ServicePluginInstance<Provide> {

let lastProjectVersion: string | undefined;
Expand Down

0 comments on commit a53be20

Please sign in to comment.