mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-03 20:24:29 +00:00
(cc-imenu-java-generic-expression): Get rid of nested loops.
This commit is contained in:
parent
4e363e7e63
commit
c63ae7f26e
@ -137,8 +137,8 @@ A sample value might look like: `\\(_P\\|_PROTO\\)'.")
|
||||
"\\([A-Za-z0-9_-]+[ \t]*[[]?[]]?\\)"
|
||||
"\\([ \t]\\)"
|
||||
"\\([A-Za-z0-9_-]+\\)" ; the string we want to get
|
||||
"\\([ \t]*\\)+("
|
||||
"\\([a-zA-Z,_1-9\n \t]*[[]?[]]?\\)*" ; arguments
|
||||
"\\([ \t]*\\)("
|
||||
"\\([][a-zA-Z,_1-9\n \t]*\\)" ; arguments
|
||||
")[ \t]*"
|
||||
; "[^;(]"
|
||||
"[,a-zA-Z_1-9\n \t]*{"
|
||||
|
Loading…
x
Reference in New Issue
Block a user