REditorSupport / sublime-ide-r

R-IDE: Make Sublime Text a perfect IDE for R
MIT License
112 stars 7 forks source link

typo regarding punctuation.definition.raw.code-fence.end.markdown? #36

Closed jh-min closed 4 years ago

jh-min commented 4 years ago
punc1

scope punctuation.definition.raw.code-fence.begin.markdown works

punc2

scope punctuation.definition.raw.code-fence.end.markdown not works?

I am not sure this is a real issue but it seems that ending code fences(``) are not properly captured when current syntax is _R Markdown_ and I accidentally found that there is a typocapt.uresinstead ofcaptures` in line 1050 & 1076 of R Markdown.sublime-syntax (though it does not affect punctuation mark capturing when I rectified it using PackageResourceViewer). Sorry if it was intended.

randy3k commented 4 years ago

Thank you for raising it, I am working on an update.

randy3k commented 4 years ago

9a5a67d should fix it.