Merge pull request #773 from dlang-community/update-ctags-url
Fix the URL in the ctags output
This commit is contained in:
commit
d4dd5b9864
|
@ -73,7 +73,7 @@ void printCtags(File output, string[] fileNames)
|
|||
printer.visit(m);
|
||||
}
|
||||
output.write("!_TAG_FILE_FORMAT\t2\n" ~ "!_TAG_FILE_SORTED\t1\n" ~ "!_TAG_FILE_AUTHOR\tBrian Schott\n"
|
||||
~ "!_TAG_PROGRAM_URL\thttps://github.com/Hackerpilot/Dscanner/\n");
|
||||
~ "!_TAG_PROGRAM_URL\thttps://github.com/dlang-community/D-Scanner/\n");
|
||||
tags[].copy(output.lockingTextWriter);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue