summaryrefslogtreecommitdiffstats
path: root/packages.yaml (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-10-07Remove man plugin from vim, it does not work for nvim, closes #576Adam Stankiewicz1-9/+0
2020-10-06Add all vim filetypesAdam Stankiewicz1-1/+3508
2020-10-06Add extensions to vlangAdam Stankiewicz1-1/+4
2020-10-04Add some missing filetypesAdam Stankiewicz1-0/+37
2020-10-04Fix formattingAdam Stankiewicz1-5/+5
2020-10-04Add graphql indentation again, thanks @jparise!Adam Stankiewicz1-4/+0
2020-10-04Add comments for some extensions + testAdam Stankiewicz1-0/+11
2020-09-29Prevent warning for ps1xml heuristics, #570Adam Stankiewicz1-0/+2
2020-09-29Remove ambiguity for terraform files, #570Adam Stankiewicz1-1/+3
2020-09-29Fix detection of conf files, closes #569Adam Stankiewicz1-19/+23
2020-09-28Fix all warning messagesAdam Stankiewicz1-0/+3
2020-09-28Change less provider, closes #567Adam Stankiewicz1-4/+2
2020-09-28Fix many extensions detectionAdam Stankiewicz1-9/+14
2020-09-28Fix zsh missing filenamesAdam Stankiewicz1-0/+3
2020-09-28Add missing filetypes for sqlAdam Stankiewicz1-0/+11
2020-09-28Add missing filetypes for systemdAdam Stankiewicz1-0/+9
2020-09-28Show warnings only for DEV buildAdam Stankiewicz1-0/+5
2020-09-28Fix missing filetypes detectionAdam Stankiewicz1-12/+12
2020-09-28Fix some missing extensions warningsAdam Stankiewicz1-1/+4
2020-09-25Update filenames for gitignoreAdam Stankiewicz1-0/+2
2020-09-25Change gitignore providerAdam Stankiewicz1-1/+1
2020-09-24Add support for .gitignore highlightingAdam Stankiewicz1-0/+7
2020-09-24Fix django highlighting, fixes #553Adam Stankiewicz1-21/+25
2020-09-23Add more advanced cpp syntax, #557Adam Stankiewicz1-0/+5
2020-09-16Write heuristics for perl, closes #550v4.10.2Adam Stankiewicz1-0/+39
2020-09-15Fix eruby filetype detect, closes #547v4.9.10v4.10.1Adam Stankiewicz1-1/+2
2020-09-10Add odin support, closes #544Adam Stankiewicz1-0/+6
2020-09-10Fix filetype detection and docini filetypesv4.9.9Adam Stankiewicz1-0/+19
2020-09-10Fix jsx indentation, closes #543v4.9.8Adam Stankiewicz1-0/+5
2020-09-10UpdateAdam Stankiewicz1-0/+1
2020-09-08Fix some ftdetect issues from testsAdam Stankiewicz1-3/+34
2020-09-06Add heuristics for .h extensionAdam Stankiewicz1-5/+19
2020-09-06Add more apache filetypesAdam Stankiewicz1-2/+12
2020-09-06Add support for Visual Basic and BasicAdam Stankiewicz1-10/+36
2020-09-06Remove stephpy/vim-yaml syntaxv4.9.3Adam Stankiewicz1-5/+0
It causes issues: - https://github.com/dracula/vim/pull/163 - https://github.com/stephpy/vim-yaml/issues/22
2020-09-06Fix weird indentation issue of yamlAdam Stankiewicz1-1/+8
2020-09-06Ignore idris2 doc, fixes #538Adam Stankiewicz1-0/+2
2020-09-05Add support for Idris2, closes #534 (#535)CodingCellist1-0/+13
2020-09-04Synchronize shiftwidth with tabstop by defaultv4.9.0Adam Stankiewicz1-1/+2
2020-09-04Switch to neovim version of help filetype, fixes #536Adam Stankiewicz1-1/+1
2020-09-03Disable native autocommands when appropriate, fixes #533v4.8.1Adam Stankiewicz1-0/+2
2020-09-01Fix reason filetype detection, closes #532v4.7.1Adam Stankiewicz1-0/+1
2020-09-01Add sql support for javascriptv4.7.0Adam Stankiewicz1-0/+5
2020-09-01Remove vim-sql-syntax, #528v4.6.1Adam Stankiewicz1-11/+0
2020-09-01Some major updates including heuristicsv4.6.0Adam Stankiewicz1-24/+339
- 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-27Make sure all extensions are coveredAdam Stankiewicz1-12/+73
2020-08-27Fix ocaml and dune ftdetectv4.5.4Adam Stankiewicz1-0/+23
2020-08-25Fix ansible ftdetectAdam Stankiewicz1-3/+3
2020-08-25Fix ansible ftdetectAdam Stankiewicz1-5/+5
2020-08-25Cleanup ftdetectAdam Stankiewicz1-4/+3