Skip to content

Commit

Permalink
feat: add markdown trigger characters (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Jan 9, 2024
1 parent 972002e commit cc666ab
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 cc666ab

Please sign in to comment.