mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Allow for indexing fortran files, bug 242607.
This commit is contained in:
parent
8121fa7e3b
commit
35c7928f5e
1 changed files with 1 additions and 0 deletions
|
@ -238,6 +238,7 @@ public abstract class AbstractIndexerTask extends PDOMWriter {
|
|||
parseFilesUpFront(monitor);
|
||||
parseLinkage(ILinkage.CPP_LINKAGE_ID, files, monitor);
|
||||
parseLinkage(ILinkage.C_LINKAGE_ID, files, monitor);
|
||||
parseLinkage(ILinkage.FORTRAN_LINKAGE_ID, files, monitor);
|
||||
}
|
||||
finally {
|
||||
fIndex.flush();
|
||||
|
|
Loading…
Add table
Reference in a new issue