=?UTF-8?q?Dominique=20Pell=C3=A9?=
2b994da57a
patch 9.0.1645: zserio files are not recognized
...
Problem: zserio files are not recognized.
Solution: Add a pattern for zserio files. (Dominique Pellé,
closes #12544 )
2023-06-22 14:36:39 +01:00
Bram Moolenaar
c12e4eecbb
patch 9.0.1643: filetype detection fails if file name ends in many '~'
...
Problem: Filetype detection fails if file name ends in many '~'.
Solution: Strip multiple '~' at the same time. (closes #12553 )
2023-06-22 12:18:57 +01:00
Marcin Szamotulski
166cd7b801
patch 9.0.1632: not all cabal config files are recognized
...
Problem: Not all cabal config files are recognized.
Solution: Add a couple of patterns. (Marcin Szamotulski, closes #12463 )
2023-06-14 19:45:43 +01:00
Bram Moolenaar
10e8ff9b26
Update runtime files
2023-06-10 21:40:39 +01:00
Christoph Sax
740df76c90
patch 9.0.1622: filetype name t32 is a bit obscure
...
Problem: Filetype name t32 is a bit obscure.
Solution: Rename t32 to trace32. (Christoph Sax, closes #12512 )
2023-06-09 19:20:04 +01:00
Christoph Sax
7fbcee6f92
patch 9.0.1618: Trace32 files are not recognized
...
Problem: Trace32 files are not recognized.
Solution: Add patterns for the t32 filetype. (Christoph Sax, closes #12505 )
2023-06-08 17:57:19 +01:00
ObserverOfTime
cdb7b4c508
patch 9.0.1615: URL shortcut files are not recognized
...
Problem: URL shortcut files are not recognized.
Solution: Add a pattern for URL shortcut files. (closes #12474 )
2023-06-07 18:27:01 +01:00
zeertzjq
664fd12aa2
patch 9.0.1601: filetype detection fails for *.conf file without comments
...
Problem: Filetype detection fails for *.conf file without comments.
(Dmitrii Tcyganok)
Solution: Use "conf" filetype as a fallback for an empty .conf file.
(closes #12487 , closes #12483 )
2023-06-03 17:56:30 +01:00
Jake Stanger
05843e8960
patch 9.0.1587: Corn config files are not recognized
...
Problem: Corn config files are not recognized.
Solution: Add a pattern for Corn config files. (Jake Stanger, closes #12449 )
2023-05-28 22:11:21 +01:00
Bram Moolenaar
1ba0b9e36f
patch 9.0.1584: not all meson files are recognized
...
Problem: Not all meson files are recognized.
Solution: Add "meson.options". (Liam Beguin, closes #12444 )
2023-05-27 19:01:52 +01:00
Bram Moolenaar
6fadbc1e8c
patch 9.0.1565: json lines files are not recognized
...
Problem: Json lines files are not recognized.
Solution: Add a pattern to detect "jsonl" files. (issue #7520 )
2023-05-18 16:42:17 +01:00
Bram Moolenaar
b7398fe41c
Update runtime files
2023-05-14 18:50:25 +01:00
Colin Kennedy
b848ce6b7e
patch 9.0.1549: USD filetype is not recognized
...
Problem: USD filetype is not recognized.
Solution: Add patterns for USD filetype. (Colin Kennedy, closes #12370 )
2023-05-13 12:15:57 +01:00
Gaetan Lepage
4ce1bda869
patch 9.0.1539: typst filetype is not recognized
...
Problem: Typst filetype is not recognized.
Solution: Distinguish between sql and typst. (Gaetan Lepage, closes #12363 )
2023-05-10 22:01:55 +01:00
Amaan Qureshi
2dcfe9ae1d
patch 9.0.1503: Luau files are not recognized
...
Problem: Luau files are not recognized.
Solution: Add a patter for Luau files. (Amaan Qureshi, closes #12317 )
2023-04-30 21:24:39 +01:00
Bram Moolenaar
71badf9547
Update runtime files
2023-04-22 22:40:14 +01:00
Turiiya
80406c2618
patch 9.0.1478: filetypes for *.v files not detected properly
...
Problem: Filetypes for *.v files not detected properly.
Solution: Use the file contents to detect the filetype. (Turiiya,
closes #12281 )
2023-04-22 21:38:47 +01:00
Bram Moolenaar
e7f05a8780
patch 9.0.1476: lines put in non-current window are not displayed
...
Problem: Lines put in non-current window are not displayed. (Marius
Gedminas)
Solution: Don't increment the topline when inserting just above it.
(closes #12212 )
2023-04-22 15:35:28 +01:00
dundargoc
142ffb024d
patch 9.0.1467: Jenkinsfiles are not recognized as groovy
...
Problem: Jenkinsfiles are not recognized as groovy.
Solution: Add a pattern for Jenkinsfiles. (closes #12236 )
2023-04-18 20:53:22 +01:00
Ben Jackson
732d69e191
patch 9.0.1455: C++ 20 modules are not recognized
...
Problem: C++ 20 modules are not recognized.
Solution: Add patterns to recognize C++ 20 modules as "cpp". (Ben Jackson,
closes #12261 )
2023-04-15 18:17:17 +01:00
Mathias Jean Johansen
6400203517
patch 9.0.1430: Livebook files are not recognized
...
Problem: Livebook files are not recognized.
Solution: Add a pattern for Livebook files. (Mathias Jean Johansen,
closes #12203 )
2023-03-28 21:28:36 +01:00
Amaan Qureshi
3ea62381c5
patch 9.0.1425: "wat" and "wast" files are one filetype
...
Problem: "wat" and "wast" files are one filetype.
Solution: Add a separate filetype for "wat" files. (Amaan Qureshi,
closes #12165 )
2023-03-23 15:45:46 +00:00
Amaan Qureshi
890c772036
patch 9.0.1423: WebAssembly Interface Type files are not recognized
...
Problem: WebAssembly Interface Type files are not recognized.
Solution: Add a pattern for WIT files. (Amaan Qureshi, closes #12173 )
2023-03-21 22:03:15 +00:00
Amaan Qureshi
d0639d717b
patch 9.0.1422: Sage files are not recognized
...
Problem: Sage files are not recognized.
Solution: Add a pattern for Sage files. (Amaan Qureshi, closes #12176 )
2023-03-21 21:31:55 +00:00
Amaan Qureshi
8aa2a37f89
patch 9.0.1421: Nu files are not recognized
...
Problem: Nu files are not recognized.
Solution: Add a pattern for Nu files. (Amaan Qureshi, closes #12172 )
2023-03-21 21:28:06 +00:00
Amaan Qureshi
4a5c39fc52
patch 9.0.1419: Lean files are not recognized
...
Problem: Lean files are not recognized.
Solution: Add a pattern for Lean files. (Amaan Qureshi, closes #12177 )
2023-03-21 19:57:33 +00:00
Amaan Qureshi
a1fa8b3ac2
patch 9.0.1417: ESDL files are not recognized
...
Problem: ESDL files are not recognized.
Solution: Add a pattern for ESDL files. (Amaan Qureshi, closes #12174 )
2023-03-19 21:57:07 +00:00
Amaan Qureshi
7c4516fe93
patch 9.0.1415: Crystal files are not recognized
...
Problem: Crystal files are not recognized.
Solution: Add a pattern for Crystal files. (Amaan Qureshi, closes #12175 )
2023-03-19 20:43:26 +00:00
Amaan Qureshi
6e377eca8d
patch 9.0.1412: Pony files are not recognized
...
Problem: Pony files are not recognized.
Solution: Add a pattern for Pony files. (Amaan Qureshi, closes #12155 )
2023-03-17 18:42:58 +00:00
Gabriel Kakizaki
d11ac403db
patch 9.0.1409: racket files are recognized as scheme
...
Problem: Racket files are recognized as scheme.
Solution: Recognize rackets files separately. (Gabriel Kakizaki,
closes #12164 , closes #12162 )
2023-03-16 20:13:29 +00:00
Amaan Qureshi
1505bef5c4
patch 9.0.1408: QMLdir files are not recognized
...
Problem: QMLdir files are not recognized.
Solution: Add a pattern for QMLdir files. (Amaan Qureshi, closes #12161 )
2023-03-16 19:30:44 +00:00
Amaan Qureshi
b8ef029ee4
patch 9.0.1407: TableGen files are not recognized
...
Problem: TableGen files are not recognized.
Solution: Add a pattern for TableGen files. (Amaan Qureshi, closes #12156 )
2023-03-16 15:54:18 +00:00
Andreas Louv
e202ec8a0c
patch 9.0.1406: ILE RPG files are not recognized
...
Problem: ILE RPG files are not recognized.
Solution: Add patterns for ILE RPG files. (Andreas Louv, issue #12152 )
2023-03-16 12:26:51 +00:00
Amaan Qureshi
638388b8ef
patch 9.0.1395: Odin files are not recognized
...
Problem: Odin files are not recognized.
Solution: Add a pattern for Odin files. (Amaan Qureshi, closes #12122 )
2023-03-08 20:35:17 +00:00
Amaan Qureshi
cde1f8714e
patch 9.0.1394: Unx Tal files are not recognized
...
Problem: Unx Tal files are not recognized.
Solution: Add a pattern for Unx Tal files. (Amaan Qureshi, closes #12117 )
2023-03-08 19:55:50 +00:00
Amaan Qureshi
ff226d49fe
patch 9.0.1393: Cairo files are not recognized
...
Problem: Cairo files are not recognized.
Solution: Add a pattern for Cairo files. (Amaan Qureshi, closes #12118 )
2023-03-08 16:39:21 +00:00
Amaan Qureshi
4ed914b18a
patch 9.0.1368: Bass files are not recognized
...
Problem: Bass files are not recognized.
Solution: Add patterns for Bass files. (Amaan Qureshi, closes #12088 )
2023-03-02 12:51:18 +00:00
Bram Moolenaar
dd60c365cd
Update runtime files
2023-02-27 15:49:53 +00:00
Amaan Qureshi
80c5b2c0f7
patch 9.0.1360: Cue files are not recognized
...
Problem: Cue files are not recognized.
Solution: Add patterns for Cue files. (Amaan Qureshi, closes #12067 )
2023-02-27 14:32:08 +00:00
Amaan Qureshi
def5521752
patch 9.0.1351: Dhall files are not recognized
...
Problem: Dhall files are not recognized.
Solution: Add patterns for Dhall files. (Amaan Qureshi, closes #12052 )
2023-02-24 16:01:54 +00:00
Amaan Qureshi
c2254764bc
patch 9.0.1350: CPON files are not recognized
...
Problem: CPON files are not recognized.
Solution: Add patterns for CPON files. (Amaan Qureshi, closes #12053 )
2023-02-24 12:08:45 +00:00
Amaan Qureshi
44e08c1cf8
patch 9.0.1348: Un-grammar files are not recognized
...
Problem: Un-grammar files are not recognized.
Solution: Add patterns for Un-grammar files. (Amaan Qureshi, closes #12034 )
2023-02-23 20:31:08 +00:00
Amaan Qureshi
ca06b30073
patch 9.0.1346: Starlark files are not recognized
...
Problem: Starlark files are not recognized.
Solution: Add patterns for Starlark files. (Amaan Qureshi, closes #12049 )
2023-02-23 15:38:49 +00:00
Amaan Qureshi
cfce5cf542
patch 9.0.1337: yuck files are not recognized
...
Problem: Yuck files are not recognized.
Solution: Add a filetype pattern for yuck files. (Amaan Qureshi,
closes #12033 )
2023-02-21 15:18:50 +00:00
Bram Moolenaar
938ae280c7
Update runtime files.
2023-02-20 20:44:55 +00:00
Matthias Queitsch
9de960ace0
patch 9.0.1319: PRQL files are not recognized
...
Problem: PRQL files are not recognized.
Solution: Add a filetype pattern for PRQL files. (Matthias Queitsch,
closes #12018 )
2023-02-18 12:04:37 +00:00
Amaan Qureshi
6642982bea
patch 9.0.1291: Move language files are not recognized
...
Problem: Move language files are not recognized.
Solution: Recognize Move language files. (Amaan Qureshi, closes #11947 )
2023-02-07 19:37:32 +00:00
Amaan Qureshi
91deac4539
patch 9.0.1288: FunC files are not recognized
...
Problem: FunC files are not recognized.
Solution: Recognize FunC files. (Amaan Qureshi, closes #11949 )
2023-02-06 19:32:07 +00:00
Amaan Qureshi
c8ef30bc2e
patch 9.0.1282: Ron files are not recognized
...
Problem: Ron files are not recognized.
Solution: Recognize Ron files. (Amaan Qureshi, closes #11948 )
2023-02-05 14:47:46 +00:00
Janez Podhostnik
cb626a4692
patch 9.0.1281: Cadence files are not recognized
...
Problem: Cadence files are not recognized.
Solution: Recognize Cadence files. (Janez Podhostnik, closes #11951 )
2023-02-05 13:01:40 +00:00