You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.creole
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ To get a proper copy of ctags, use one of the following options:
36
36
*Make sure that Sublime Text is using the right version of CTags:*
37
37
* If 'which ctags' doesn't point at ctags in '/usr/local/bin', make sure you add '/usr/local/bin' to your PATH ahead of the folder 'which ctags' reported.
38
38
** Add or modify the 'export PATH=...' (e.g. in ~/.profile) to make the change permanent
39
+
* If Sublime Text is still running the wrong version of ctags and you have Xcode / Apple Developer Tools installed, you will need to set {{{"ctags_command" : "/usr/local/bin/ctags -R -f .tags"}}} in your Sublime Text preferences (see "Other Settings" below)
0 commit comments