Skip to content

Commit

Permalink
Improve ctags_for_gap
Browse files Browse the repository at this point in the history
  • Loading branch information
ssiccha authored and fingolfin committed Apr 1, 2021
1 parent 549ad28 commit b1896e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/ctags_for_gap
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
--regex-GAP=/([a-zA-Z0-9_]+) *:= *function/\1/f,function/
--regex-GAP=/BindGlobal *\( *"([a-zA-Z0-9_]+)"/\1/v,value/
--regex-GAP=/BIND_GLOBAL *\( *"([a-zA-Z0-9_]+)"/\1/v,value/
--regex-GAP=/InstallMethod *\( *([a-zA-Z0-9_]+) *,/\1/m,method/
--regex-GAP=/InstallOtherMethod *\( *([a-zA-Z0-9_]+) *,/\1/m,method/
--regex-GAP=/InstallMethod *\( *"?([a-zA-Z0-9_]+)"? *,/\1/m,method/
--regex-GAP=/InstallOtherMethod *\( *"?([a-zA-Z0-9_]+)"? *,/\1/m,method/
--regex-GAP=/InstallGlobalFunction *\( *"?([a-zA-Z0-9_]+)"? *,/\1/g,gfunction/
--regex-GAP=/InstallValue *\( *([a-zA-Z0-9_]+) *,/\1/v,value/
--regex-GAP=/InstallTrueMethod *\( *([a-zA-Z0-9_]+) *,/\1/t,truemethod/
Expand Down

0 comments on commit b1896e8

Please sign in to comment.