summaryrefslogtreecommitdiffstats
path: root/ftdetect (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-09-11Make warning more clear, #546Adam Stankiewicz1-1/+1
2020-09-10Add odin support, closes #544Adam Stankiewicz1-0/+4
2020-09-10Automatically detect script filetype when typingv4.10.0Adam Stankiewicz1-7/+16
2020-09-10Fix filetype detection and docini filetypesv4.9.9Adam Stankiewicz1-29/+168
2020-09-10UpdateAdam Stankiewicz1-4/+4
2020-09-09Remove debugging code...v4.9.7Adam Stankiewicz1-3/+0
2020-09-09Finally fix issues with tab detection, #541v4.9.6Adam Stankiewicz1-1/+5
2020-09-09Fix b:sleuth_culprit for tabsAdam Stankiewicz1-1/+3
2020-09-09Show full path in b:sleuth_culpritAdam Stankiewicz1-2/+2
2020-09-09Last fixes to b:sleuth_culpritAdam Stankiewicz1-2/+5
2020-09-09Make b:sleuth_culprit more readableAdam Stankiewicz1-1/+3
2020-09-09Show warning if g:polyglot_disabled is not at the top of .vimrcv4.9.5Adam Stankiewicz1-0/+16
2020-09-09Make it easier to debug indentation issues, #542Adam Stankiewicz1-0/+5
2020-09-09Add missing functions from Sleuth, #541Adam Stankiewicz1-0/+14
2020-09-09Fix disabling autoindent, #541Adam Stankiewicz1-2/+1
2020-09-09Fix disabling autoindent, closes #541Adam Stankiewicz1-123/+121
2020-09-08Fix some ftdetect issues from testsAdam Stankiewicz1-3/+18
2020-09-08Fix auto-detecting indent, closes #540v4.9.4Adam Stankiewicz1-0/+156
2020-09-06Add heuristics for .h extensionAdam Stankiewicz1-7/+12
2020-09-06Add more apache filetypesAdam Stankiewicz1-10/+31
2020-09-06Add support for Visual Basic and BasicAdam Stankiewicz1-0/+16
2020-09-06Remove empty blocksAdam Stankiewicz1-24/+0
2020-09-06Fix weird indentation issue of yamlAdam Stankiewicz1-0/+3
2020-09-05Add support for Idris2, closes #534 (#535)CodingCellist1-2/+9
2020-09-04Synchronize shiftwidth with tabstop by defaultv4.9.0Adam Stankiewicz1-1/+8
2020-09-03Disable native autocommands when appropriate, fixes #533v4.8.1Adam Stankiewicz1-23/+224
2020-09-01Fix reason filetype detection, closes #532v4.7.1Adam Stankiewicz1-6/+6
2020-09-01Add sql support for javascriptv4.7.0Adam Stankiewicz1-0/+6
2020-09-01Remove vim-sql-syntax, #528v4.6.1Adam Stankiewicz1-20/+2
2020-09-01Some major updates including heuristicsv4.6.0Adam Stankiewicz1-977/+1178
- 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-2/+2
2020-08-27Make sure all extensions are coveredAdam Stankiewicz1-58/+67
2020-08-27Fix ocaml and dune ftdetectv4.5.4Adam Stankiewicz1-1/+9
2020-08-25BuildAdam Stankiewicz1-2/+6
2020-08-25Fix ansible ftdetectAdam Stankiewicz1-3/+3
2020-08-25Fix ansible ftdetectAdam Stankiewicz1-5/+5
2020-08-25Cleanup ftdetectAdam Stankiewicz1-4/+4
2020-08-24Remove vifm and test all filetypesAdam Stankiewicz1-7/+0
2020-08-24Use setf for ambiguous extensionsv4.5.2Adam Stankiewicz1-80/+80
2020-08-24Fix blade ftdetectv4.5.1Adam Stankiewicz1-5/+5
2020-08-23Migrate ftdetect generation to rubyAdam Stankiewicz1-239/+394
2020-08-18Add requirements.txt support, closes #507v4.5.0Adam Stankiewicz1-0/+7
2020-08-18Add jq syntax, closes #502Adam Stankiewicz1-0/+5
2020-08-18Add improved sql syntax, closes #505Adam Stankiewicz1-0/+4
2020-08-18Add fennel support, closes #514Adam Stankiewicz1-0/+4
2020-08-18Add ftdetect for jsonnetAdam Stankiewicz1-0/+5
2020-08-18Let fsharp have priority over fs files, fixes #523Adam Stankiewicz1-6/+6
2020-08-18Allow to set let g:python_highlight_all = 0, closes #474Adam Stankiewicz1-18/+19
2020-08-18Migrate all ftdetect to linguistAdam Stankiewicz2-596/+848
2020-08-18Migrate more filetypesAdam Stankiewicz2-280/+458