summaryrefslogtreecommitdiff
path: root/runtime/autoload
Commit message (Collapse)AuthorAgeFilesLines
* Update runtime filesBram Moolenaar2023-05-143-6/+6
|
* patch 9.0.1539: typst filetype is not recognizedv9.0.1539Gaetan Lepage2023-05-101-1/+26
| | | | | Problem: Typst filetype is not recognized. Solution: Distinguish between sql and typst. (Gaetan Lepage, closes #12363)
* patch 9.0.1519: global 'filetype' is set when detected from file contentv9.0.1519Bram Moolenaar2023-05-061-76/+76
| | | | | Problem: Global 'filetype' is set when it is detected from the file content. Solution: Set the local 'filetype' option value.
* Update runtime filesBram Moolenaar2023-04-225-87/+208
|
* patch 9.0.1478: filetypes for *.v files not detected properlyv9.0.1478Turiiya2023-04-221-0/+35
| | | | | | Problem: Filetypes for *.v files not detected properly. Solution: Use the file contents to detect the filetype. (Turiiya, closes #12281)
* patch 9.0.1464: strace filetype detection is expensivev9.0.1464Federico Mengozzi2023-04-171-1/+3
| | | | | | Problem: Strace filetype detection is expensive. Solution: Match with a cheap pattern first. (Federico Mengozzi, closes #12220)
* patch 9.0.1438: .fs files are falsely recognized as forth filesv9.0.1438Johan Kotlinski2023-04-021-8/+10
| | | | | | Problem: .fs files are falsely recognized as forth files. Solution: Check 100 lines for something that looks like forth. (Johan Kotlinski, closes #12219, closes #11988)
* Update runtime filesBram Moolenaar2023-02-272-13/+5
|
* Update runtime files.Bram Moolenaar2023-02-022-336/+408
|
* Update runtime filesBram Moolenaar2023-01-091-1/+6
|
* Update runtime filesBram Moolenaar2022-12-311-1/+1
|
* patch 9.0.1057: conflict between supercollider and scala filetype detectionv9.0.1057Chris Kipp2022-12-141-2/+5
| | | | | | Problem: Conflict between supercollider and scala filetype detection. Solution: Do not check for "Class : Method", it can appear in both filetypes. (Chris Kipp, closes #11699)
* Update runtime filesBram Moolenaar2022-12-111-0/+100
|
* Update runtime filesBram Moolenaar2022-12-062-2/+2
|
* patch 9.0.0935: when using dash it may not be recognize as filetype "sh"v9.0.0935Eisuke Kawashima2022-11-242-3/+4
| | | | | Problem: When using dash it may not be recognize as filetype "sh". Solution: Add checks for "dash". (Eisuke Kawashima,closes #11600)
* Update runtime filesBram Moolenaar2022-10-281-1/+4
|
* patch 9.0.0779: lsl and lm3 file extensions are not recognizedv9.0.0779Doug Kearns2022-10-171-0/+13
| | | | | Problem: lsl and lm3 file extensions are not recognized. Solution: Add *.lsl and *.lm3 patterns. (Doug Kearns, closes #11384)
* Update runtime filesBram Moolenaar2022-10-162-13/+22
|
* patch 9.0.0771: cannot always tell the difference beween tex and rexx filesv9.0.0771Martin Tournoij2022-10-161-1/+1
| | | | | | Problem: Cannot always tell the difference beween tex and rexx files. Solution: Recognize tex by a leading backslash. (Martin Tournoij, closes #11380)
* Update runtime filesBram Moolenaar2022-10-031-19/+19
|
* Update runtime filesBram Moolenaar2022-09-272-2/+1207
|
* patch 9.0.0349: filetype of *.sil files not well detectedv9.0.0349Bram Moolenaar2022-09-011-0/+17
| | | | | Problem: Filetype of *.sil files not well detected. Solution: Inspect the file contents to guess the filetype.
* Update runtime filesBram Moolenaar2022-08-241-14/+26
|
* Update runtime filesBram Moolenaar2022-08-191-4/+9
|
* Update runtime filesBram Moolenaar2022-08-152-178/+322
|
* Update runtime filesBram Moolenaar2022-08-082-34/+48
|
* patch 9.0.0088: pattern for detecting bitbake files is not sufficientv9.0.0088Gregory Anders2022-07-261-1/+1
| | | | | Problem: Pattern for detecting bitbake files is not sufficient. Solution: Adjust the pattern. (Gregory Anders, closes #10743)
* Update runtime filesBram Moolenaar2022-07-252-0/+323
|
* patch 9.0.0055: bitbake files are not detectedv9.0.0056v9.0.0055Gregory Anders2022-07-161-2/+4
| | | | | | Problem: Bitbake files are not detected. Solution: Add bitbake filetype detection by file name and contents. (Gregory Anders, closes #10697)
* patch 9.0.0042: missing change for filetype detectionv9.0.0042Bram Moolenaar2022-07-051-0/+4
| | | | | Problem: Missing change for filetype detection. Solution: Include change to detect guile from shebang line.
* Update runtime filesBram Moolenaar2022-07-011-4/+3
|
* patch 9.0.0012: signature files not detected properlyv9.0.0012Bram Moolenaar2022-06-301-1/+22
| | | | | Problem: Signature files not detected properly. Solution: Add a function to better detect signature files. (Doug Kearns)
* patch 9.0.0006: not all Visual Basic files are recognizedv9.0.0006Bram Moolenaar2022-06-291-12/+42
| | | | | Problem: Not all Visual Basic files are recognized. Solution: Change detection of *.cls files. (Doug Kearns)
* Update runtime filesBram Moolenaar2022-06-201-0/+196
|
* patch 8.2.5110: icon filetype not recognized from the first linev8.2.5110Bram Moolenaar2022-06-161-0/+4
| | | | | Problem: Icon filetype not recognized from the first line. Solution: Add a check for the first line. (Doug Kearns)
* Update runtime filesBram Moolenaar2022-04-181-1/+1
|
* patch 8.2.4766: KRL files using "deffct" not recognizedv8.2.4766KnoP-012022-04-161-2/+5
| | | | | | Problem: KRL files using "deffct" not recognized. Solution: Adjust the pattern used for matching. (Patrick Meiser-Knosowski, closes #10200)
* patch 8.2.4747: no filetype override for .sys filesv8.2.4747KnoP-012022-04-131-1/+3
| | | | | Problem: No filetype override for .sys files. Solution: Add g:filetype_sys. (Patrick Meiser-Knosowski, closes #10181)
* patch 8.2.4746: supercollider filetype not recognizedv8.2.4746ranjithshegde2022-04-131-0/+22
| | | | | | Problem: Supercollider filetype not recognized. Solution: Match file extentions and check file contents to detect supercollider. (closes #10142)
* patch 8.2.0003: Build file dependencies are incompletev8.2.4720Bram Moolenaar2022-04-091-2/+71
| | | | | Problem: Build file dependencies are incomplete. Solution: Fix the dependencies. (Ken Takata, closes #5356)
* Update runtime filesBram Moolenaar2022-04-081-1/+1
|
* patch 8.2.4701: Kuka Robot Language files not recognizedv8.2.4701Bram Moolenaar2022-04-061-0/+17
| | | | | | Problem: Kuka Robot Language files not recognized. Solution: Recognize *.src and *.dat files. (Patrick Meiser-Knosowski, closes #10096)
* Update runtime filesBram Moolenaar2022-03-302-5/+8
|
* Update runtime filesBram Moolenaar2022-03-081-1/+1
|
* patch 8.2.4511: filetype test failsv8.2.4511Bram Moolenaar2022-03-051-3/+3
| | | | | Problem: Filetype test fails. Solution: Change "endw" to "endwhile".
* Update runtime files.Bram Moolenaar2022-02-261-1/+1
|
* patch 8.2.4464: Dtrace files are recognized as filetype Dv8.2.4464=?UTF-8?q?Teubel=20Gy=C3=B6rgy?=2022-02-241-0/+4
| | | | | | Problem: Dtrace files are recognized as filetype D. Solution: Add a pattern for Dtrace files. (Teubel György, closes #9841) Add some more testing.
* patch 8.2.4448: filetype detection is failingv8.2.4448Bram Moolenaar2022-02-221-7/+7
| | | | | Problem: Filetype detection is failing. Solution: Do not use "s:" where it is no longer allowed.
* patch 8.2.4372: filetype detection from file contents is in legacy scriptv8.2.4372Bram Moolenaar2022-02-131-0/+426
| | | | | Problem: Filetype detection from file contents is in legacy script. Solution: Use a compiled function for filetype detection.
* patch 8.2.4305: tex filetype detection failsv8.2.4305Bram Moolenaar2022-02-051-3/+4
| | | | | Problem: Tex filetype detection fails. Solution: Check value to be positive. (closes #9704)