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 aa98ba0 commit 006866bCopy full SHA for 006866b
opengrok-indexer/src/main/java/org/opengrok/indexer/analysis/Ctags.java
@@ -254,8 +254,7 @@ private void addRustSupport(List<String> command) {
254
command.add("--langdef=rust"); // Lower-case if user-defined.
255
}
256
257
- // The following are not supported yet in Universal Ctags b13cb551
258
- command.add("--kinddef-rust=C,const,Static\\ constants");
+ // The following are not supported yet in Universal Ctags 882b6c7
259
command.add("--kinddef-rust=I,impl,Trait\\ implementation");
260
command.add("--kinddef-rust=r,trait,Traits");
261
command.add("--kinddef-rust=V,localVariable,Local\\ variables");
0 commit comments