Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sourcecodebrowser/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def parse_file(self, path, uri):
filename to pass to ctags, and the uri is the actual URI as known by
Gedit. They would be different for remote files.
"""
command = "ctags -nu --fields=fiKlmnsSzt -f - '%s'" % path
command = "ctags --langmap=c++:+.ino -nu --fields=fiKlmnsSzt -f - '%s'" % path
#self._log.debug(command)
try:
parser = ctags.Parser()
Expand Down