nishtahir / language-kotlin

Textmate language grammar for the Kotlin programming language
Apache License 2.0
12 stars 6 forks source link

Quickfix for stdlib's suspend function is scoped as keyword. #47

Closed Animeshz closed 3 years ago

Animeshz commented 3 years ago

Fixes #45

codecov[bot] commented 3 years ago

Codecov Report

Merging #47 (1bdbb41) into master (e968288) will increase coverage by 0.12%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #47      +/-   ##
==========================================
+ Coverage   69.10%   69.23%   +0.12%     
==========================================
  Files          13       13              
  Lines         479      481       +2     
==========================================
+ Hits          331      333       +2     
  Misses        148      148              
Impacted Files Coverage Δ
src/keywords.YAML-tmLanguage 60.00% <100.00%> (+1.37%) :arrow_up:

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 e968288...1bdbb41. Read the comment docs.

nishtahir commented 3 years ago

This looks good. Can we get some tests/regression tests around this?