diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-05-25 15:08:21 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-05-25 15:08:21 +0100 |
commit | 30f058dfea5d3b8ec558e49967787927752364aa (patch) | |
tree | c178c5e69ac06e01f9badf3f4e30b79ea0d33df1 /crates/ra_parser/src/grammar | |
parent | 19700b2e31cf7a92fbf9da0db82a092d9dcaca34 (diff) | |
parent | 87aa746ed2820d401975534a33454d16c0034ee2 (diff) | |
parent | c2358365ad0b82d4a5f023192ee0ab2c198d6aee (diff) |
Merge #4602 #4603
4602: Add boolean literal semantic token type to package.json r=matklad a=lnicola
Closes #4583.
CC @GrayJack
4603: Add self keyword semantic token type r=matklad a=lnicola
Not sure if this is warranted a new token type or just a modifier.
---
CC #4583, @GrayJack
Co-authored-by: Laurențiu Nicola <[email protected]>