summaryrefslogtreecommitdiffstats
path: root/autoload (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-09-26Fix neovim warning, closes #563Adam Stankiewicz1-2/+2
2020-09-25Change gitignore providerAdam Stankiewicz1-0/+41
2020-09-24Add support for .gitignore highlightingAdam Stankiewicz1-21/+22
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 Stankiewicz2-5/+6
2020-09-24Improve html heuristicsAdam Stankiewicz1-1/+4
2020-09-23Fix detecting jinja templates, #553Adam Stankiewicz1-0/+6
2020-09-22BuildAdam Stankiewicz3-2/+7
2020-09-16Get rid of s:Setf helperAdam Stankiewicz1-68/+60
2020-09-16Write heuristics for perl, closes #550v4.10.2Adam Stankiewicz2-9/+102
2020-09-15Fix eruby filetype detect, closes #547v4.9.10v4.10.1Adam Stankiewicz2-40/+48
2020-09-10Add odin support, closes #544Adam Stankiewicz2-20/+17
2020-09-10Automatically detect script filetype when typingv4.10.0Adam Stankiewicz1-17/+23
2020-09-10Fix filetype detection and docini filetypesv4.9.9Adam Stankiewicz1-3/+3
2020-09-10UpdateAdam Stankiewicz1-0/+8
2020-09-08Fix some ftdetect issues from testsAdam Stankiewicz2-4/+5
2020-09-06Add heuristics for .h extensionAdam Stankiewicz2-5/+24
2020-09-06Add more apache filetypesAdam Stankiewicz1-1/+1
2020-09-06Add support for Visual Basic and BasicAdam Stankiewicz2-0/+12
2020-09-05Add support for Idris2, closes #534 (#535)CodingCellist4-3/+50
2020-09-04Fix detection of indentation, #537Adam Stankiewicz1-215/+215
2020-09-04Switch to neovim version of help filetype, fixes #536Adam Stankiewicz1-63/+48
2020-09-03Disable native autocommands when appropriate, fixes #533v4.8.1Adam Stankiewicz1-10/+10
2020-09-01Automatically detect indentation, closes #529v4.8.0Adam Stankiewicz1-0/+221
2020-09-01Fix reason filetype detection, closes #532v4.7.1Adam Stankiewicz1-0/+10
2020-09-01Remove vim-sql-syntax, #528v4.6.1Adam Stankiewicz2-2/+2
2020-09-01Some major updates including heuristicsv4.6.0Adam Stankiewicz3-0/+852
- 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
2020-08-24Remove vifm and test all filetypesAdam Stankiewicz2-53/+0
2020-08-24Remove some custom dirs configAdam Stankiewicz3-0/+1505
2020-08-18Add requirements.txt support, closes #507v4.5.0Adam Stankiewicz1-0/+36
2020-08-18Add jsonnet support, closes #515Adam Stankiewicz1-0/+129
2020-08-14Fix svelte branch name, closes #522Adam Stankiewicz1-1/+1
2020-08-06UpdateAdam Stankiewicz1-11/+29
2020-07-26UpdateAdam Stankiewicz4-7/+18
2020-07-06UpdateAdam Stankiewicz8-183/+831
2020-06-25UpdateAdam Stankiewicz2-5/+5
2020-06-07UpdateAdam Stankiewicz2-2/+2
2020-05-31UpdateAdam Stankiewicz2-18/+6
2020-05-20Remove latex, fixes #484Adam Stankiewicz102-17371/+0
2020-05-20UpdateAdam Stankiewicz12-55/+110
2020-04-30Remove rego syntax, fixes #486Adam Stankiewicz2-1/+8
2020-04-28UpdateAdam Stankiewicz5-14/+20
2020-04-25Change elm provider, closes #475Adam Stankiewicz2-569/+0
2020-04-25Change latex provider to luatex, closes #476Adam Stankiewicz102-0/+17310
2020-04-25UpdateAdam Stankiewicz5-291/+291
2020-04-14UpdateAdam Stankiewicz11-36/+483
2020-03-05UpdateAdam Stankiewicz1-8/+21
2020-03-02UpdateAdam Stankiewicz8-108/+125