Skip to content

Commit

Permalink
update cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Xingjing Lu committed Jan 8, 2021
1 parent 9f8ee2a commit 8d173bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function gentags(){
find | grep "\.cl$" >> tags.lst
cscope -i tags.lst
ctags -R --langmap=C++:+.cl.cu.cuh.cc,C:.c,Python:.py:Asm:+.S.s,Sh:.sh,Perl:+.pl *
ctags -R --langmap=C++:+.cl.cu.cuh.cc.cpp,C:.c,Python:.py:Asm:+.S.s,Sh:.sh,Perl:+.pl *
}
```

Expand Down

0 comments on commit 8d173bb

Please sign in to comment.