We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice to increase the number of programming languages to work with
Right now the supported langs, are according to --help
--help
-lang <lang> (default=ocaml, choices=ocaml|C|shell|ocamlyacc|php|haskell)
Besides the -lang option it would be nice to have a general option to define the opening (and optionally closing) comment character.
-lang
It appears to me that the different mark_.ml functions in lang.ml are very similar, and a general implementions should be possible.
Just some thoughts ...
The text was updated successfully, but these errors were encountered:
yes.
Sorry, something went wrong.
It's also not difficult to modify lang.ml and add your favorite language.
No branches or pull requests
It would be nice to increase the number of programming languages to work with
Right now the supported langs, are according to
--help
Besides the
-lang
option it would be nice to have a general option to define the opening (and optionally closing) comment character.It appears to me that the different mark_.ml functions in lang.ml are very similar, and a general implementions should be possible.
Just some thoughts ...
The text was updated successfully, but these errors were encountered: