Skip to content

Commit

Permalink
fix: highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
weirongxu committed Jan 17, 2022
1 parent f0aaede commit e15cb38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 Weirong Xu
Copyright (c) 2019-2022 Weirong Xu <weirongxu.raidou@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/calc-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
import { calculate } from 'editor-calc';

export class CalcProvider implements CompletionItemProvider {
private srcId = workspace.createNameSpace('coc-calc');
private srcId = 'coc-calc';
private replacePosition?: Range;
private enableDebug: boolean;
private enableReplaceOriginalExpression: boolean;
Expand Down

0 comments on commit e15cb38

Please sign in to comment.