Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RMarkdown: new parser #3309

Merged
merged 6 commits into from
Mar 15, 2022
Merged

Conversation

masatake
Copy link
Member

@masatake masatake commented Mar 14, 2022

The parser supports {r label} syntax as described in https://bookdown.org/yihui/rmarkdown/.
{r part is parsed to choose a guest.
label in label} part is tagged as a chunkLabel kind object.

Signed-off-by: Masatake YAMATO <[email protected]>
Signed-off-by: Masatake YAMATO <[email protected]>
This is a fix for potential bugs.

Signed-off-by: Masatake YAMATO <[email protected]>
@masatake
Copy link
Member Author

#3032 must be solved .

@masatake masatake force-pushed the RMarkdown-parser branch 3 times, most recently from d95b1ad to 355a2dc Compare March 15, 2022 03:47
The parser supports "{r label}" syntax as described in https://bookdown.org/yihui/rmarkdown/.
"{r" part is parsed to choose a guest.
"label" in "label}" part is tagged as a chunkLabel kind object.

Signed-off-by: Masatake YAMATO <[email protected]>
@codecov
Copy link

codecov bot commented Mar 15, 2022

Codecov Report

Merging #3309 (e59379f) into master (a8bc685) will increase coverage by 0.01%.
The diff coverage is 96.51%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3309      +/-   ##
==========================================
+ Coverage   85.29%   85.31%   +0.01%     
==========================================
  Files         211      212       +1     
  Lines       49909    49987      +78     
==========================================
+ Hits        42570    42645      +75     
- Misses       7339     7342       +3     
Impacted Files Coverage Δ
parsers/rmarkdown.c 95.74% <95.74%> (ø)
parsers/markdown.c 99.44% <97.43%> (-0.56%) ⬇️

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 a8bc685...e59379f. Read the comment docs.

@masatake masatake merged commit 4492555 into universal-ctags:master Mar 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant