summaryrefslogtreecommitdiffstats
path: root/autoload/polyglot.vim (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-09-29Modularize lazy loading of polyglot partsAdam Stankiewicz1-705/+0
2020-09-29Remove {{ }} from detecting htmldjango, #560Adam Stankiewicz1-1/+1
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-24Improve django filetype detection, closes #560v4.12.0Adam Stankiewicz1-9/+11
2020-09-24Add warning to generated filesAdam Stankiewicz1-2/+2
2020-09-24Extract non-generated code to polyglot.vimAdam Stankiewicz1-48/+364
2020-09-24Fix django highlighting, fixes #553Adam Stankiewicz1-1/+1
2020-09-24Improve html heuristicsAdam Stankiewicz1-1/+4
2020-09-23Fix detecting jinja templates, #553Adam Stankiewicz1-0/+6
2020-09-16Get rid of s:Setf helperAdam Stankiewicz1-68/+60
2020-09-16Write heuristics for perl, closes #550v4.10.2Adam Stankiewicz1-9/+94
2020-09-15Fix eruby filetype detect, closes #547v4.9.10v4.10.1Adam Stankiewicz1-39/+47
2020-09-10Add odin support, closes #544Adam Stankiewicz1-20/+16
2020-09-10Automatically detect script filetype when typingv4.10.0Adam Stankiewicz1-17/+23
2020-09-08Fix some ftdetect issues from testsAdam Stankiewicz1-0/+1
2020-09-06Add heuristics for .h extensionAdam Stankiewicz1-0/+19
2020-09-06Add support for Visual Basic and BasicAdam Stankiewicz1-0/+10
2020-09-05Add support for Idris2, closes #534 (#535)CodingCellist1-0/+44
2020-09-01Fix reason filetype detection, closes #532v4.7.1Adam Stankiewicz1-0/+10
2020-09-01Some major updates including heuristicsv4.6.0Adam Stankiewicz1-0/+207
- Allow to define heuristics in heuristics.yaml - Migrate all filetypes from vim beginning with "a" - Remove enhanced cpp syntax (it was too slow to load) - Use setf instead of set ft for setting filetype (faster) - Override native hauristics with au! - Add globbing of files for packages - Replace predefined dirs with extra_dirs and ignored_dirs - Allow to define proper order of packages with topological sort - Fix powershell detection - Lint and fix many packages.yaml issues - etc etd