summaryrefslogtreecommitdiffstats
path: root/ftdetect (follow)
AgeCommit message (Collapse)AuthorFilesLines
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
2020-09-11Make warning more clear, #546Adam Stankiewicz1-1/+1
2020-09-10Add odin support, closes #544Adam Stankiewicz1-0/+4
2020-09-10Automatically detect script filetype when typingv4.10.0Adam Stankiewicz1-7/+16
2020-09-10Fix filetype detection and docini filetypesv4.9.9Adam Stankiewicz1-29/+168
2020-09-10UpdateAdam Stankiewicz1-4/+4
2020-09-09Remove debugging code...v4.9.7Adam Stankiewicz1-3/+0
2020-09-09Finally fix issues with tab detection, #541v4.9.6Adam Stankiewicz1-1/+5
2020-09-09Fix b:sleuth_culprit for tabsAdam Stankiewicz1-1/+3
2020-09-09Show full path in b:sleuth_culpritAdam Stankiewicz1-2/+2
2020-09-09Last fixes to b:sleuth_culpritAdam Stankiewicz1-2/+5
2020-09-09Make b:sleuth_culprit more readableAdam Stankiewicz1-1/+3
2020-09-09Show warning if g:polyglot_disabled is not at the top of .vimrcv4.9.5Adam Stankiewicz1-0/+16
2020-09-09Make it easier to debug indentation issues, #542Adam Stankiewicz1-0/+5
2020-09-09Add missing functions from Sleuth, #541Adam Stankiewicz1-0/+14
2020-09-09Fix disabling autoindent, #541Adam Stankiewicz1-2/+1
2020-09-09Fix disabling autoindent, closes #541Adam Stankiewicz1-123/+121
2020-09-08Fix some ftdetect issues from testsAdam Stankiewicz1-3/+18
2020-09-08Fix auto-detecting indent, closes #540v4.9.4Adam Stankiewicz1-0/+156
2020-09-06Add heuristics for .h extensionAdam Stankiewicz1-7/+12
2020-09-06Add more apache filetypesAdam Stankiewicz1-10/+31
2020-09-06Add support for Visual Basic and BasicAdam Stankiewicz1-0/+16
2020-09-06Remove empty blocksAdam Stankiewicz1-24/+0
2020-09-06Fix weird indentation issue of yamlAdam Stankiewicz1-0/+3
2020-09-05Add support for Idris2, closes #534 (#535)CodingCellist1-2/+9
2020-09-04Synchronize shiftwidth with tabstop by defaultv4.9.0Adam Stankiewicz1-1/+8
2020-09-03Disable native autocommands when appropriate, fixes #533v4.8.1Adam Stankiewicz1-23/+224