GithubHelp home page GithubHelp logo

Comments (8)

jalvesaq avatar jalvesaq commented on September 7, 2024

Could you please write a small sample Rmd file. I couldn't see the bug in the Rmd file below:

Syntax highlight test
===================================

Below is the output of R code.

```{r}
summary(cars)
```

Below is generic code (shell script):

```
echo "Hello World!"
```

And below is the output of R code again:

```{r fig.width=7, fig.height=6}
plot(cars)
```

from vim-r-plugin.

snp avatar snp commented on September 7, 2024

I’ve just tried your example and it does not work for me %)

https://www.evernote.com/shard/s12/sh/7fcef752-964d-4d36-9451-3ee5a933f333/498ba24adb3222be6b7ce29b769f76ac

as you can see there is no syntax highlight after non-R code section.

Cheers,
Alex

On Jan 8, 2014, at 17:25 , Jakson Alves de Aquino [email protected] wrote:

Could you please write a small sample Rmd file. I couldn't see the bug in the Rmd file below:

Syntax highlight test

Below is the output of R code.

summary(cars)

Below is generic code (shell script):

echo "Hello World!"

And below is the output of R code again:

plot(cars)


Reply to this email directly or view it on GitHub.

from vim-r-plugin.

jalvesaq avatar jalvesaq commented on September 7, 2024

It works for me. The last chunk of R code gets highlighted as expected. Perhaps you an extra syntax/rmd.vim. Please check in the terminal

locate rmd.vim

from vim-r-plugin.

snp avatar snp commented on September 7, 2024

I found three of them:
/Users/black/projects/maximum-awesome/vim/bundle/Vim-R-plugin/syntax/rmd.vim
/Users/black/projects/maximum-awesome/vim/bundle/Vim-R-plugin/ftplugin/rmd.vim
/Users/black/projects/maximum-awesome/vim/bundle/Vim-R-plugin/indent/rmd.vim

How can I specify which one is going to be used?

On Jan 8, 2014, at 17:43 , Jakson Alves de Aquino [email protected] wrote:

It works for me. The last chunk of R code gets highlighted as expected. Perhaps you an extra syntax/rmd.vim. Please check in the terminal

locate rmd.vim

Reply to this email directly or view it on GitHub.

from vim-r-plugin.

jalvesaq avatar jalvesaq commented on September 7, 2024

The only file used for syntax highlight is the syntax/rmd.vim. So, you only has one file for syntax highlight. The problem is something else. I can't reproduce the bug here. I tested the syntax highlight on Windows (official GVim 7.4) and Linux (latest development version of Vim). Do you have the file syntax/pandoc.vim in your system?

locate syntax/pandoc.vim

from vim-r-plugin.

snp avatar snp commented on September 7, 2024

I have vim v.7.3 on mac os x 10.9. I found no pandoc.vim file in my system.

On Jan 8, 2014, at 18:58 , Jakson Alves de Aquino [email protected] wrote:

The only file used for syntax highlight is the syntax/rmd.vim. So, you only has one file for syntax highlight. The problem is something else. I can't reproduce the bug here. I tested the syntax highlight on Windows (official GVim 7.4) and Linux (latest development version of Vim). Do you have the file syntax/pandoc.vim in your system?

locate syntax/pandoc.vim

Reply to this email directly or view it on GitHub.

from vim-r-plugin.

jalvesaq avatar jalvesaq commented on September 7, 2024

Vim 7.4 uses a new regular expression engine which has minor differences with the old engine and in rare cases these differences may be relevant to syntax highlight. It's even more likely that the syntax/markdown.vim was updated between Vim 7.3 and 7.4. Can you upgrade to Vim 7.4?

from vim-r-plugin.

jalvesaq avatar jalvesaq commented on September 7, 2024

I disabled the plugin if Vim version < 7.4 because I can't fix bugs that are specific to version 7.3. Please, reopen the issue if the bug affects Vim 7.4.

from vim-r-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.