We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d0043 commit b099066Copy full SHA for b099066
genctags
@@ -0,0 +1,2 @@
1
+#!/bin/bash
2
+ctags --langmap=c++:+.cu --extra=+f `find . -regex '.*\.[ch]u*' -print`
0 commit comments