nishtahir / language-kotlin

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

Adds recognition of char literals (Fixes #36) #37

Closed Animeshz closed 3 years ago

Animeshz commented 3 years ago

This adds recognition of Char literals, which were missing previously.

Linked issue: #36.

codecov[bot] commented 3 years ago

Codecov Report

Merging #37 (33cbf54) into master (66f983e) will increase coverage by 0.83%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #37      +/-   ##
==========================================
+ Coverage   67.47%   68.30%   +0.83%     
==========================================
  Files          12       12              
  Lines         455      467      +12     
==========================================
+ Hits          307      319      +12     
  Misses        148      148              
Impacted Files Coverage Δ
src/literals.YAML-tmLanguage 100.00% <100.00%> (ø)

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 66f983e...33cbf54. Read the comment docs.

nishtahir commented 3 years ago

This looks good to me. Thanks for your contribution 🎉