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 770d3a7 commit 1882a80Copy full SHA for 1882a80
Arduino.mk
@@ -1605,7 +1605,7 @@ ifneq ($(words $(wildcard $(TAGS_FILE))), 0)
1605
rm -f $(TAGS_FILE)
1606
endif
1607
@$(ECHO) "Generating tags for local sources (INO an PDE files as C++): "
1608
- $(CTAGS_CMD) $(TAGS_FILE) --langmap=c++:.ino --langmap=c++:.pde $(LOCAL_SRCS)
+ $(CTAGS_CMD) $(TAGS_FILE) --langmap=c++:+.ino.pde $(LOCAL_SRCS)
1609
ifneq ($(words $(ARDUINO_LIBS)), 0)
1610
@$(ECHO) "Generating tags for project libraries: "
1611
$(CTAGS_CMD) $(TAGS_FILE) $(foreach lib, $(ARDUINO_LIBS),$(USER_LIB_PATH)/$(lib)/*)
0 commit comments