Skip to content
This repository was archived by the owner on Jan 6, 2026. It is now read-only.

Add support for SWIG files#64

Closed
mcepl wants to merge 5 commits intovim-jp:masterfrom
mcepl:devel
Closed

Add support for SWIG files#64
mcepl wants to merge 5 commits intovim-jp:masterfrom
mcepl:devel

Conversation

@mcepl
Copy link

@mcepl mcepl commented Apr 27, 2023

Is your feature request about something that is currently impossible or hard to do? Please describe the problem.

It is difficult to work with SWIG files (https://swig.org/ “SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. SWIG is used with different types of target languages including common scripting languages such as Javascript, Perl, PHP, Python, Tcl, Ruby, and others.”). SWIG uses *.i files, which are C/C++ files with some included macros.

Describe the solution you'd like
There are two plugins for dealing with SWIG files:

I have tried to merge capabilities of both scripts, but in the end the second script doesn’t bring much to the table, so in the end my repository is just the first script with some clean-up.

@mcepl mcepl closed this by deleting the head repository Nov 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants