summaryrefslogtreecommitdiffstats
path: root/scripts (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-23Fix detecting jinja templates, #553Adam Stankiewicz1-244/+0
2020-09-23Allow to use ruby 2.5.5, closes #558Adam Stankiewicz1-3/+3
2020-09-23Update test script to rubyAdam Stankiewicz3-23/+64
2020-09-22Update tests locationAdam Stankiewicz3-361/+2
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 Stankiewicz3-7/+97
2020-09-15Fix eruby filetype detect, closes #547v4.9.10v4.10.1Adam Stankiewicz4-29/+29
2020-09-15UpdateAdam Stankiewicz1-0/+3
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 Stankiewicz2-38/+22
2020-09-10Automatically detect script filetype when typingv4.10.0Adam Stankiewicz1-1/+3
2020-09-10Fix filetype detection and docini filetypesv4.9.9Adam Stankiewicz2-34/+33
2020-09-10Fix jsx indentation, closes #543v4.9.8Adam Stankiewicz1-2/+29
2020-09-10UpdateAdam Stankiewicz1-1/+1
2020-09-09Transcompile ..= operator to support old vims, fixes #542Adam Stankiewicz1-1/+3
2020-09-08Fix some ftdetect issues from testsAdam Stankiewicz2-2/+2
2020-09-06Add heuristics for .h extensionAdam Stankiewicz3-8/+38
2020-09-06Add more apache filetypesAdam Stankiewicz1-1/+5
2020-09-06Add support for Visual Basic and BasicAdam Stankiewicz3-145/+180
2020-09-06Remove empty blocksAdam Stankiewicz1-10/+11
2020-09-06Ensure duplicate tags do not happen in the future, #538Adam Stankiewicz1-0/+5
2020-09-06Fix weird indentation issue of yamlAdam Stankiewicz1-5/+4
2020-09-05Add support for Idris2, closes #534 (#535)CodingCellist3-0/+38
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-03Add test for terraformAdam Stankiewicz1-0/+1
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 Stankiewicz3-4/+19
2020-09-01Add sql support for javascriptv4.7.0Adam Stankiewicz1-0/+3
2020-09-01Remove vim-sql-syntax, #528v4.6.1Adam Stankiewicz2-2/+1
2020-09-01Some major updates including heuristicsv4.6.0Adam Stankiewicz4-116/+626
- 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 Stankiewicz2-8/+6
2020-08-27Make sure all extensions are coveredAdam Stankiewicz1-9/+107
2020-08-27Fix ocaml and dune ftdetectv4.5.4Adam Stankiewicz1-0/+5
2020-08-25Add missing newlines (#527)Tim Bedard1-2/+2
2020-08-25Fix ansible ftdetectAdam Stankiewicz1-0/+2
2020-08-25Fix ansible ftdetectAdam Stankiewicz2-7/+23