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

add syntax, indent, and ftplugin for meson #5056

Closed
wants to merge 1 commit into from

Conversation

liambeguin
Copy link
Contributor

Files were copied form the meson project:
https://github.com/mesonbuild/meson

@blueyed
Copy link

blueyed commented Oct 14, 2019

Ref: https://github.com/mesonbuild/meson/tree/master/data/syntax-highlighting/vim

Are you planning to maintain this inside of Vim then? (assuming you're maintining it over there already)

@liambeguin
Copy link
Contributor Author

Hi,

I'm not currently maintaining the files there but I could sync them when needed.
I asked if they would be interedted by this change here: mesonbuild/meson#6038

Liam

@brammool
Copy link
Contributor

Can we ask the original author to put the Vim license on these files? That makes distribution a lot simpler. Preferably the author sends me an email he is OK including this with the Vim distribution.

@liambeguin
Copy link
Contributor Author

I'll get in touch with the author and ask.

@nirbheek
Copy link

Can we ask the original author to put the Vim license on these files? That makes distribution a lot simpler. Preferably the author sends me an email he is OK including this with the Vim distribution.

I am fine with the parts of this code written by me being used under the Vim license.

@liambeguin
Copy link
Contributor Author

Thanks, I'll update the files and resend

@brammool
Copy link
Contributor

One correction in the syntax file: "setlocal cpo&vim" should use "set", since 'cpo' is global.

janlazo added a commit to janlazo/neovim that referenced this pull request Oct 19, 2019
Problem:    Meson files are not recognized.
Solution:   Add the meson filetype. (Liam Beguin , Nirbheek Chauhan,
            closes vim/vim#5056)  Also recognize hollywood.
vim/vim@c3bf7b5
manuelschiller pushed a commit to manuelschiller/vim that referenced this pull request Nov 10, 2019
Problem:    Meson files are not recognized.
Solution:   Add the meson filetype. (Liam Beguin , Nirbheek Chauhan,
            closes vim#5056)  Also recognize hollywood.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants