summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-09-24Improve django filetype detection, closes #560v4.12.0Adam Stankiewicz5-41/+45
2020-09-24Change maintained badgeAdam Stankiewicz1-1/+1
2020-09-24Add warning to generated filesAdam Stankiewicz3-5/+6
2020-09-24Extract non-generated code to polyglot.vimAdam Stankiewicz6-142/+767
2020-09-24Fix django highlighting, fixes #553Adam Stankiewicz28-886/+1080
2020-09-24Improve html heuristicsAdam Stankiewicz4-9/+21
2020-09-23Update readmeAdam Stankiewicz1-2/+2
2020-09-23Allow to disable only syntax highlighting, #556v4.11.0Adam Stankiewicz2-2/+19
2020-09-23Fix detecting jinja templates, #553Adam Stankiewicz4-244/+12
2020-09-23Add more advanced cpp syntax, #557Adam Stankiewicz4-1/+531
2020-09-23Allow to use ruby 2.5.5, closes #558Adam Stankiewicz1-3/+3
2020-09-23Update test script to rubyAdam Stankiewicz9-36/+94
2020-09-23Fix polyglot_disabled docs, closes #555Adam Stankiewicz1-1/+3
2020-09-22Update tests locationAdam Stankiewicz7-7/+253
2020-09-22BuildAdam Stankiewicz6-46/+91
2020-09-16Get rid of s:Setf helperAdam Stankiewicz4-971/+955
2020-09-16Make config more vim-independentAdam Stankiewicz2-6/+19
2020-09-16Write heuristics for perl, closes #550v4.10.2Adam Stankiewicz16-42/+1035
2020-09-15Fix eruby filetype detect, closes #547v4.9.10v4.10.1Adam Stankiewicz11-1218/+1233
2020-09-15UpdateAdam Stankiewicz8-16/+34
2020-09-13Fix build, closes #548Adam Stankiewicz1-2/+2
2020-09-13Fix build, closes #548Adam Stankiewicz1-0/+2
2020-09-12UpdateAdam Stankiewicz2-3/+10
2020-09-11Make warning more clear, #546Adam Stankiewicz1-1/+1
2020-09-10Improve issue templateAdam Stankiewicz1-4/+1
2020-09-10Improve issue templateAdam Stankiewicz3-23/+12
2020-09-10Add odin support, closes #544Adam Stankiewicz10-60/+263
2020-09-10Automatically detect script filetype when typingv4.10.0Adam Stankiewicz4-26/+43
2020-09-10Fix filetype detection and docini filetypesv4.9.9Adam Stankiewicz8-67/+292
2020-09-10Fix jsx indentation, closes #543v4.9.8Adam Stankiewicz10-411/+355
2020-09-10UpdateAdam Stankiewicz18-129/+183
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-09Transcompile ..= operator to support old vims, fixes #542Adam Stankiewicz2-2/+4
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-08Add expect (fix tests)Adam Stankiewicz1-1/+1
2020-09-08Fix some ftdetect issues from testsAdam Stankiewicz9-13/+538
2020-09-08Fix auto-detecting indent, closes #540v4.9.4Adam Stankiewicz2-167/+156
2020-09-06Add heuristics for .h extensionAdam Stankiewicz8-25/+107
2020-09-06Add more apache filetypesAdam Stankiewicz4-14/+49
2020-09-06Add support for Visual Basic and BasicAdam Stankiewicz13-156/+925
2020-09-06Remove stephpy/vim-yaml syntaxv4.9.3Adam Stankiewicz4-83/+1
It causes issues: - https://github.com/dracula/vim/pull/163 - https://github.com/stephpy/vim-yaml/issues/22