summaryrefslogtreecommitdiffstats
path: root/ftdetect (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-17Fix testsv4.13.4Adam Stankiewicz1-4/+26
2020-10-17Change implementation of observing, fixes #584Adam Stankiewicz1-2/+2
2020-10-17Fix detecting indentation, closes #590Adam Stankiewicz1-3/+2
2020-10-16Handle most warningsAdam Stankiewicz1-1445/+3
2020-10-14Check indentation with 1024 lines as fallback, fixes #588Adam Stankiewicz1-0/+3
2020-10-14Make sure custom ftdetect is loaded, fixes #587Adam Stankiewicz1-0/+9
2020-10-14Add and fix tests from upstream vimAdam Stankiewicz1-80/+81
2020-10-09Relax previous commit a bitAdam Stankiewicz1-1/+1
2020-10-09Fix detecting of some filetypes, closes #579Adam Stankiewicz1-10/+10
2020-10-08Fix markdown and other highlighting, #578Adam Stankiewicz1-5/+5
2020-10-07Fix test and loading of filetypes, closes #577v4.13.2Adam Stankiewicz1-0/+1
2020-10-07Remove context from packages, fixes #575Adam Stankiewicz1-4/+0
2020-10-07Remove man plugin from vim, it does not work for nvim, closes #576Adam Stankiewicz1-4/+0
2020-10-06Add all vim filetypesAdam Stankiewicz1-1/+1580
2020-10-06Add extensions to vlangAdam Stankiewicz1-1/+1
2020-10-04Add some missing filetypesAdam Stankiewicz1-131/+16
2020-10-04Add comments for some extensions + testAdam Stankiewicz1-98/+52
2020-10-04Address BufWritePost error, fixes #573Adam Stankiewicz1-37/+30
2020-10-02Disable vim-polyglot for compatible modeAdam Stankiewicz1-0/+5
2020-10-02Do not use ++once to support older vims, fixes #7056Adam Stankiewicz1-53/+54
2020-10-02Resolve issues with loading order, closes #571v4.13.1Adam Stankiewicz1-0/+3434
2020-09-30Reduce startup time by avoiding calling slow au!Adam Stankiewicz1-1206/+0
2020-09-29Deduplicate polyglot filesAdam Stankiewicz1-1/+2
2020-09-29Modularize lazy loading of polyglot partsAdam Stankiewicz1-36/+37
2020-09-29Make loading faster for ambiguous extensionsAdam Stankiewicz1-643/+223
2020-09-29Prevent warning for ps1xml heuristics, #570Adam Stankiewicz1-1/+1
2020-09-29Remove ambiguity for terraform files, #570Adam Stankiewicz1-1/+1
2020-09-29Fix detection of conf files, closes #569Adam Stankiewicz1-22/+30
2020-09-28Make ftdetect even shorterAdam Stankiewicz1-331/+147
2020-09-28Make generated file bit shorterAdam Stankiewicz1-605/+100
2020-09-28Fix all warning messagesAdam Stankiewicz1-2/+4
2020-09-28Fix many extensions detectionAdam Stankiewicz1-4/+20
2020-09-28Fix zsh missing filenamesAdam Stankiewicz1-1/+4
2020-09-28Add missing filetypes for sqlAdam Stankiewicz1-0/+26
2020-09-28Add missing filetypes for systemdAdam Stankiewicz1-0/+8
2020-09-28Show warnings only for DEV buildAdam Stankiewicz1-1/+5
2020-09-28Fix some missing extensions warningsAdam Stankiewicz1-2/+7
2020-09-27Set indentation only locally, fixes #564v4.12.1Adam Stankiewicz1-2/+2
2020-09-26Fix neovim warning, closes #563Adam Stankiewicz1-2/+2
2020-09-25Update filenames for gitignoreAdam Stankiewicz1-0/+2
2020-09-24Add support for .gitignore highlightingAdam Stankiewicz1-0/+4
2020-09-24Improve django filetype detection, closes #560v4.12.0Adam Stankiewicz1-1/+9
2020-09-24Add warning to generated filesAdam Stankiewicz1-2/+2
2020-09-24Extract non-generated code to polyglot.vimAdam Stankiewicz1-27/+6
2020-09-24Fix django highlighting, fixes #553Adam Stankiewicz1-15/+20
2020-09-23Allow to disable only syntax highlighting, #556v4.11.0Adam Stankiewicz1-1/+12
2020-09-22Update tests locationAdam Stankiewicz1-0/+4
2020-09-16Get rid of s:Setf helperAdam Stankiewicz1-883/+883
2020-09-16Write heuristics for perl, closes #550v4.10.2Adam Stankiewicz1-24/+117
2020-09-15Fix eruby filetype detect, closes #547v4.9.10v4.10.1Adam Stankiewicz1-945/+951