summaryrefslogtreecommitdiffstats
path: root/syntax (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-10-18Leave only filetype detection for man, #576Adam Stankiewicz1-60/+0
2020-10-17Make sure custom scripts.vim are respected as wellAdam Stankiewicz1-11/+11
2020-10-17Fix testsv4.13.4Adam Stankiewicz6-1/+554
2020-10-16UpdateAdam Stankiewicz9-31/+62
2020-10-14Alaways use native vim syntax, fixes #582v4.13.3Adam Stankiewicz1-984/+0
2020-10-14Add and fix tests from upstream vimAdam Stankiewicz4-68/+361
2020-10-09Fix detecting of some filetypes, closes #579Adam Stankiewicz1-1/+1
2020-10-08Fix encoding of vim filesAdam Stankiewicz16-18/+18
2020-10-08Fix markdown and other highlighting, #578Adam Stankiewicz5-351/+312
2020-10-07Use neovim version of .vim highlighting, #578Adam Stankiewicz1-172/+124
2020-10-07Fix test and loading of filetypes, closes #577v4.13.2Adam Stankiewicz4-1/+279
2020-10-07Remove context from packages, fixes #575Adam Stankiewicz1-145/+0
2020-10-07Remove man plugin from vim, it does not work for nvim, closes #576Adam Stankiewicz3-64/+1
2020-10-06Add all vim filetypesAdam Stankiewicz378-115/+63441
2020-10-06Add extensions to vlangAdam Stankiewicz1-4/+5
2020-10-04Add some missing filetypesAdam Stankiewicz4-0/+933
2020-10-04Add comments for some extensions + testAdam Stankiewicz1-16/+19
2020-10-02Resolve issues with loading order, closes #571v4.13.1Adam Stankiewicz1-0/+2
2020-09-29Fix detection of conf files, closes #569Adam Stankiewicz1-0/+30
2020-09-28Change less provider, closes #567Adam Stankiewicz1-53/+68
2020-09-28Add missing filetypes for sqlAdam Stankiewicz1-0/+40
2020-09-27Set indentation only locally, fixes #564v4.12.1Adam Stankiewicz3-6/+17
2020-09-25Change gitignore providerAdam Stankiewicz1-10/+20
2020-09-24Add support for .gitignore highlightingAdam Stankiewicz1-0/+23
2020-09-24Fix django highlighting, fixes #553Adam Stankiewicz10-489/+639
2020-09-22Update tests locationAdam Stankiewicz1-0/+3
2020-09-22BuildAdam Stankiewicz1-1/+7
2020-09-16Write heuristics for perl, closes #550v4.10.2Adam Stankiewicz3-0/+317
2020-09-15Fix eruby filetype detect, closes #547v4.9.10v4.10.1Adam Stankiewicz2-202/+202
2020-09-15UpdateAdam Stankiewicz4-4/+6
2020-09-12UpdateAdam Stankiewicz1-1/+1
2020-09-10Add odin support, closes #544Adam Stankiewicz1-0/+170
2020-09-10Fix filetype detection and docini filetypesv4.9.9Adam Stankiewicz1-0/+44
2020-09-10Fix jsx indentation, closes #543v4.9.8Adam Stankiewicz3-290/+293
2020-09-10UpdateAdam Stankiewicz1-2/+2
2020-09-08Fix some ftdetect issues from testsAdam Stankiewicz1-0/+454
2020-09-06Add support for Visual Basic and BasicAdam Stankiewicz2-0/+539
2020-09-06Fix weird indentation issue of yamlAdam Stankiewicz1-0/+247
2020-09-05Add support for Idris2, closes #534 (#535)CodingCellist3-1/+113
2020-09-04Switch to neovim version of help filetype, fixes #536Adam Stankiewicz1-17/+9
2020-09-01Remove vim-sql-syntax, #528v4.6.1Adam Stankiewicz1-266/+0
2020-09-01Some major updates including heuristicsv4.6.0Adam Stankiewicz36-3/+6074
- 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-24Remove vifm and test all filetypesAdam Stankiewicz1-485/+0
2020-08-23Migrate ftdetect generation to rubyAdam Stankiewicz2-23/+1
2020-08-23Move packages to yaml fileAdam Stankiewicz2-2/+2
2020-08-23UpdateAdam Stankiewicz3-8/+8
2020-08-18Add requirements.txt support, closes #507v4.5.0Adam Stankiewicz1-0/+57
2020-08-18Add jq syntax, closes #502Adam Stankiewicz1-0/+134
2020-08-18Add improved sql syntax, closes #505Adam Stankiewicz1-0/+266
2020-08-18Add fennel support, closes #514Adam Stankiewicz1-0/+287