| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f16a248 commit b286770
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -229,7 +229,7 @@ def current_string_literal_attr(cursor_offset, line): | |||
| 229 | 229 | ||
| 230 | 230 | ||
| 231 | 231 | current_array_with_indexer_re = LazyReCompile( | |
| 232 | - r'''([\w_][\w0-9._]*\[[a-zA-Z0-9_"']+\])\.(.*)''') | ||
| 232 | + r'''([\w_][\w0-9._]*(?:\[[a-zA-Z0-9_"']+\])+)\.(.*)''') | ||
| 233 | 233 | ||
| 234 | 234 | ||
| 235 | 235 | def current_array_with_indexer(cursor_offset, line): | |
@@ -241,7 +241,7 @@ def current_array_with_indexer(cursor_offset, line): | |||
| 241 | 241 | ||
| 242 | 242 | ||
| 243 | 243 | current_array_item_member_name_re = LazyReCompile( | |
| 244 | - r'''([\w_][\w0-9._]*\[[a-zA-Z0-9_"']+\]\.)(.*)''') | ||
| 244 | + r'''([\w_][\w0-9._]*(?:\[[a-zA-Z0-9_"']+\])+\.)(.*)''') | ||
| 245 | 245 | ||
| 246 | 246 | ||
| 247 | 247 | def current_array_item_member_name(cursor_offset, line): | |
| Back | FazBrowse Home | New Git URL |
0 commit comments