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

Added more concise .sc filename for Scala source #8337

Closed
wants to merge 1 commit into from
Closed

Added more concise .sc filename for Scala source #8337

wants to merge 1 commit into from

Conversation

digital-diplomat
Copy link
Contributor

The file extension is recognized by some other text editors (e.g. VS Code) as a shorter extension for Scala source files. There are some like myself who prefer .sc, as .scala is really long and clunky and .sc is not in use for any other popular languages.

The file extension is recognized by some other text editors (e.g. VS Code) as a shorter extension for Scala source files. There are some like myself who prefer `.sc`, as `.scala` is really long and clunky and `.sc` is not in use for any other popular languages.
@codecov
Copy link

codecov bot commented Jun 6, 2021

Codecov Report

Merging #8337 (6560259) into master (518df27) will decrease coverage by 87.19%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master    #8337       +/-   ##
===========================================
- Coverage   89.70%    2.50%   -87.20%     
===========================================
  Files         149      147        -2     
  Lines      167192   162034     -5158     
===========================================
- Hits       149978     4065   -145913     
- Misses      17214   157969   +140755     
Flag Coverage Δ
huge-clang-none ?
huge-gcc-none ?
huge-gcc-testgui ?
huge-gcc-unittests 2.50% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/float.c 0.00% <0.00%> (-98.91%) ⬇️
src/sha256.c 0.00% <0.00%> (-97.96%) ⬇️
src/digraph.c 0.00% <0.00%> (-97.78%) ⬇️
src/gui_gtk_f.c 0.00% <0.00%> (-97.54%) ⬇️
src/match.c 0.00% <0.00%> (-97.13%) ⬇️
src/crypt_zip.c 0.00% <0.00%> (-97.06%) ⬇️
src/evalbuffer.c 0.00% <0.00%> (-96.83%) ⬇️
src/debugger.c 0.00% <0.00%> (-96.62%) ⬇️
src/libvterm/src/rect.h 0.00% <0.00%> (-96.56%) ⬇️
src/textprop.c 0.00% <0.00%> (-96.45%) ⬇️
... and 135 more

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 518df27...6560259. Read the comment docs.

@brammool brammool closed this in 6db7b63 Jun 6, 2021
janlazo added a commit to janlazo/neovim that referenced this pull request Jun 26, 2021
Problem:    Short file name extension for Scala not recognized.
Solution:   Recognize *.sc. (closes vim/vim#8337)
vim/vim@6db7b63
dundargoc pushed a commit to dundargoc/neovim that referenced this pull request Jun 27, 2021
Problem:    Short file name extension for Scala not recognized.
Solution:   Recognize *.sc. (closes vim/vim#8337)
vim/vim@6db7b63
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.

None yet

1 participant