Skip to content

Commit

Permalink
Welcome Marek and Tomasz to the team!
Browse files Browse the repository at this point in the history
As part of a new collaboration between the Scala Center and VirtusLab,
Marek and Tomasz will be contributing to Metals development for the
coming months. They have already contributed several impressive pull
requests:

- `textDocument/foldingRange` (scalameta#632): code folding that understands Scala syntax.
- `textDocument/documentHighlight` (scalameta#621): highlight occurrences of a symbol in
  the current file.
- `textDocument/completion` (scalameta#640): override def completions from
  without the need to type "override def ".

It is my pleasure to welcome them to the team and I look forward to
working together with them to improve the Scala editing experience :)
  • Loading branch information
olafurpg committed Apr 10, 2019
1 parent ed7ee28 commit ef00269
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ The current maintainers (people who can merge pull requests) are:
- Gabriele Petronella - [`@gabro`](https://github.com/gabro)
- Johan Mudsam - [`@mudsam`](https://github.com/mudsam)
- Jorge Vicente Cantero - [`@jvican`](https://github.com/jvican)
- Marek Żarnowski - [`@marek1840`](https://github.com/marek1840)
- Ólafur Páll Geirsson - [`@olafurpg`](https://github.com/olafurpg)
- Shane Delmore - [`@ShaneDelmore`](https://github.com/ShaneDelmore)
- Tomasz Godzik - [`@tgodzik`](https://github.com/tgodzik)

## Acknowledgement

Expand Down
12 changes: 12 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ inThisBuild(
"jorgevc@fastmail.es",
url("https://jvican.github.io/")
),
Developer(
"marek1840",
"Marek Żarnowski",
"mzarnowski@virtuslab.com",
url("https://github.com/marek1840")
),
Developer(
"olafurpg",
"Ólafur Páll Geirsson",
Expand All @@ -60,6 +66,12 @@ inThisBuild(
"Shane Delmore",
"sdelmore@twitter.com",
url("http://delmore.io")
),
Developer(
"tgodzik",
"Tomasz Godzik-",
"tgodzik@virtuslab.com",
url("https://github.com/tgodzik/")
)
),
testFrameworks := List(),
Expand Down

0 comments on commit ef00269

Please sign in to comment.