summaryrefslogtreecommitdiffstats
path: root/scripts/build (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-09-28Fix missing filetypes detectionAdam Stankiewicz1-2/+2
2020-09-28Fix some missing extensions warningsAdam Stankiewicz1-20/+44
2020-09-24Add support for .gitignore highlightingAdam Stankiewicz1-1/+1
2020-09-24Improve django filetype detection, closes #560v4.12.0Adam Stankiewicz1-22/+16
2020-09-24Add warning to generated filesAdam Stankiewicz1-1/+2
2020-09-24Extract non-generated code to polyglot.vimAdam Stankiewicz1-66/+17
2020-09-24Fix django highlighting, fixes #553Adam Stankiewicz1-6/+8
2020-09-24Improve html heuristicsAdam Stankiewicz1-2/+6
2020-09-23Allow to use ruby 2.5.5, closes #558Adam Stankiewicz1-3/+3
2020-09-23Update test script to rubyAdam Stankiewicz1-10/+5
2020-09-16Get rid of s:Setf helperAdam Stankiewicz1-14/+6
2020-09-16Make config more vim-independentAdam Stankiewicz1-4/+17
2020-09-16Write heuristics for perl, closes #550v4.10.2Adam Stankiewicz1-7/+14
2020-09-15Fix eruby filetype detect, closes #547v4.9.10v4.10.1Adam Stankiewicz1-13/+13
2020-09-13Fix build, closes #548Adam Stankiewicz1-2/+2
2020-09-13Fix build, closes #548Adam Stankiewicz1-0/+2
2020-09-12UpdateAdam Stankiewicz1-2/+9
2020-09-10Add odin support, closes #544Adam Stankiewicz1-38/+21
2020-09-10Automatically detect script filetype when typingv4.10.0Adam Stankiewicz1-1/+3
2020-09-10Fix filetype detection and docini filetypesv4.9.9Adam Stankiewicz1-34/+32
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