summaryrefslogtreecommitdiffstats
path: root/scripts/build (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-09-10Fix jsx indentation, closes #543v4.9.8Adam Stankiewicz1-2/+29
2020-09-09Transcompile ..= operator to support old vims, fixes #542Adam Stankiewicz1-1/+3
2020-09-08Fix some ftdetect issues from testsAdam Stankiewicz1-1/+1
2020-09-06Add heuristics for .h extensionAdam Stankiewicz1-5/+13
2020-09-06Add more apache filetypesAdam Stankiewicz1-1/+5
2020-09-06Add support for Visual Basic and BasicAdam Stankiewicz1-6/+27
2020-09-06Remove empty blocksAdam Stankiewicz1-10/+11
2020-09-06Fix weird indentation issue of yamlAdam Stankiewicz1-5/+4
2020-09-05Add support for Idris2, closes #534 (#535)CodingCellist1-0/+6
2020-09-04Synchronize shiftwidth with tabstop by defaultv4.9.0Adam Stankiewicz1-74/+3
2020-09-04Fix detection of indentation, #537Adam Stankiewicz1-2/+2
2020-09-03Disable native autocommands when appropriate, fixes #533v4.8.1Adam Stankiewicz1-13/+38
2020-09-01Automatically detect indentation, closes #529v4.8.0Adam Stankiewicz1-0/+34
2020-09-01Fix reason filetype detection, closes #532v4.7.1Adam Stankiewicz1-3/+11
2020-09-01Add sql support for javascriptv4.7.0Adam Stankiewicz1-0/+3
2020-09-01Remove vim-sql-syntax, #528v4.6.1Adam Stankiewicz1-1/+1
2020-09-01Some major updates including heuristicsv4.6.0Adam Stankiewicz1-102/+385
- 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-29add missing period to fix mako detection (#530)Tim Bedard1-1/+1
2020-08-27Buildv4.5.5Adam Stankiewicz1-6/+5
2020-08-27Make sure all extensions are coveredAdam Stankiewicz1-9/+107
2020-08-25Add missing newlines (#527)Tim Bedard1-2/+2
2020-08-25Cleanup ftdetectAdam Stankiewicz1-1/+1
2020-08-24Include docs of pluginsAdam Stankiewicz1-2/+2
2020-08-24Remove vifm and test all filetypesAdam Stankiewicz1-0/+26
2020-08-24Migrate only after dirsAdam Stankiewicz1-3/+6
2020-08-24Remove some custom dirs configAdam Stankiewicz1-4/+1
2020-08-24Ignore compiler for javascript, fixes #521Adam Stankiewicz1-5/+8
2020-08-24Use setf for ambiguous extensionsv4.5.2Adam Stankiewicz1-6/+16
2020-08-23fix: Migrate build script to rubyAdam Stankiewicz1-0/+304