-
Notifications
You must be signed in to change notification settings - Fork 630
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
Fortran: How to include "$" in variable and function names #4033
Comments
With patching this source of ctags:
There is no way without modifying the source code. |
If you provide a simple f77 input using |
Yes that works for me. |
Close universal-ctags#4043. The test case is taken from universal-ctags#4033 submitted by @navinp0304. Signed-off-by: Masatake YAMATO <[email protected]>
Based on your input, I made a pull request #4034.
They don't use regular expressions at all. So you cannot list. |
Then how do you construct a tag for function in C |
Consider the following input as an example:
If you want to know the details, see files in https://github.com/universal-ctags/ctags/tree/master/parsers/cxx . |
I want to index some fortran files from old code base .
The syntax is f77. In the old code base the identifiers are having $ for variable names and functions.
The text was updated successfully, but these errors were encountered: