Evgeni Chasnovski
95e0289cb2
refactor(filetype): use extension match instead of pattern if possible
...
Problem: some patterns are used as a replacement for several explicit
extension matches (like '%.[Ss][Yy][Ss]$', '%.php%d$', etc.).
They usually correspond to Vim's "ignore case" regexes (like
'*.sys\c') and "convenience" patterns to not define many of them (like
'*.php\d').
As matching extension directly is faster and more explicit, it should
be preferred.
Solution: move all such patterns to direct extension match.
2024-08-03 14:14:42 +02:00
..
2024-08-02 11:56:51 +08:00
2024-06-04 06:06:02 -07:00
2024-07-29 09:12:14 +02:00
2024-03-27 10:39:46 +00:00
2024-07-09 19:17:50 +08:00
2024-08-03 11:14:34 +02:00
2024-07-24 16:21:46 +02:00
2024-07-29 17:15:46 +02:00
2023-12-21 11:47:04 +08:00
2024-06-08 21:38:06 +02:00
2024-06-15 10:21:16 +08:00
2024-06-07 10:55:14 +08:00
2024-03-06 10:45:22 +00:00
2024-06-28 19:58:31 +02:00
2024-05-27 20:48:46 +02:00
2024-06-12 15:42:56 +01:00
2024-04-15 04:33:09 -07:00
2024-08-01 16:00:48 +02:00
2024-07-09 14:08:12 -05:00
2024-01-16 09:33:10 +00:00
2024-08-03 14:14:42 +02:00
2024-05-24 10:48:32 -05:00
2024-03-27 10:39:46 +00:00
2024-07-06 11:40:08 +02:00
2024-05-27 20:48:46 +02:00
2024-06-28 19:58:31 +02:00
2022-08-23 13:02:55 +02:00
2024-06-11 16:36:29 +01:00
2024-03-16 19:26:10 +00:00
2024-05-15 12:38:26 +01:00
2024-07-16 19:48:54 +02:00
2024-02-03 16:53:41 +01:00
2024-01-14 11:08:33 +00:00
2024-03-16 19:26:10 +00:00
2024-07-04 06:36:00 +08:00
2024-07-16 19:30:22 +02:00
2024-04-30 07:04:42 +08:00
2024-05-31 08:25:35 -05:00
2024-07-29 17:15:46 +02:00
2024-07-09 19:17:50 +08:00
2024-02-28 10:50:53 +01:00
2024-07-27 14:06:31 +01:00
2024-06-09 13:54:34 +02:00