Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(sources): extend file sources regex #3559

Merged
merged 1 commit into from
Jan 12, 2022
Merged

Conversation

fannheyward
Copy link
Member

  1. \u4E00-\u9FA5 for Chinese
  2. \u00A0-\u024F for Latin-1 and Latin Extended-A/B https://en.wikipedia.org/wiki/List_of_Unicode_characters#Latin-1_Supplement
    3. \w for word character

closes #3539

1. \u4E00-\u9FA5 for Chinese
2. \u00A0-\u024F for Latin-1 and Latin Extended-A/B https://en.wikipedia.org/wiki/List_of_Unicode_characters#Latin-1_Supplement
3. \w for word character

closes #3539
@codecov
Copy link

codecov bot commented Jan 12, 2022

Codecov Report

Merging #3559 (5af9792) into master (136ef00) will decrease coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3559      +/-   ##
==========================================
- Coverage   74.70%   74.66%   -0.04%     
==========================================
  Files         191      191              
  Lines       19557    19557              
  Branches     4385     4385              
==========================================
- Hits        14610    14603       -7     
- Misses       3167     3170       +3     
- Partials     1780     1784       +4     
Impacted Files Coverage Δ
src/sources/native/file.ts 75.78% <100.00%> (ø)
src/model/status.ts 88.09% <0.00%> (-4.77%) ⬇️
src/handler/semanticTokensHighlights/buffer.ts 67.97% <0.00%> (-3.27%) ⬇️
src/list/ui.ts 91.88% <0.00%> (-0.37%) ⬇️
src/workspace.ts 75.75% <0.00%> (-0.20%) ⬇️
src/completion/index.ts 73.83% <0.00%> (+0.77%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 136ef00...5af9792. Read the comment docs.

@chemzqm chemzqm merged commit 7a34631 into master Jan 12, 2022
@chemzqm chemzqm deleted the fix/native-file-regex branch January 12, 2022 10:59
chemzqm added a commit that referenced this pull request Jan 12, 2022
ee2c44a feat(codelens): use virt_lines_above when possible
239ebc4 chore(package): update vscode-languageserver-textdocument
2ae5e37 feat(diagnostic): more config for diagnostic level
87239c2 fix(snippets): fix date variables format
95eafa8 chore(typings): add languageId to Document
34fae82 feat(model): add document.lineAt function (#3520)
c0b8a83 chore(esbuild): fix file mode
73db30b chore(package): Upgrade node-client
7a34631 fix(sources): extend file sources regex (#3559)
136ef00 chore: Correcting verbiage of install message (#3555)
366b632 make CocLocations return bool (#3545)
10c3a7b chore(README): use CocActionAsync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Filename autocompletion fails after unicode character
2 participants