Skip to content

Commit 278e4cc

Browse files
committed
Use internal as a keyword for visibility in imenu too
1 parent c6d6ef3 commit 278e4cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hack-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1846,7 +1846,7 @@ Preserves point position in the line where possible."
18461846
`(("Function"
18471847
,(rx
18481848
line-start
1849-
(? (* space) (seq symbol-start (or "private" "protected" "public") symbol-end))
1849+
(? (* space) (seq symbol-start (or "private" "protected" "public" "internal") symbol-end))
18501850
(? (* space) (seq symbol-start "static" symbol-end))
18511851
(? (* space) (seq symbol-start "async" symbol-end))
18521852
(* space)

0 commit comments

Comments
 (0)