summaryrefslogtreecommitdiffstats
path: root/after/syntax (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2020-10-24Fix detecting shell filetypes, closes #603Adam Stankiewicz1-1/+2
2020-10-23UpdateAdam Stankiewicz1-1/+2
2020-10-18Leave only filetype detection for man, #576Adam Stankiewicz1-1/+16
2020-10-09Fix detecting of some filetypes, closes #579Adam Stankiewicz1-2/+9
2020-10-08Fix markdown and other highlighting, #578Adam Stankiewicz5-1/+351
2020-10-04Add comments for some extensions + testAdam Stankiewicz4-46/+44
2020-10-02Resolve issues with loading order, closes #571v4.13.1Adam Stankiewicz2-321/+57
2020-09-24Fix django highlighting, fixes #553Adam Stankiewicz1-6/+7
2020-09-23Add more advanced cpp syntax, #557Adam Stankiewicz2-0/+524
2020-09-10UpdateAdam Stankiewicz4-55/+64
2020-09-06Remove stephpy/vim-yaml syntaxv4.9.3Adam Stankiewicz1-65/+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/+1
2020-09-05Add support for Idris2, closes #534 (#535)CodingCellist1-0/+82
2020-09-01Add sql support for javascriptv4.7.0Adam Stankiewicz1-0/+26
2020-09-01Remove vim-sql-syntax, #528v4.6.1Adam Stankiewicz5-5/+5
2020-09-01Some major updates including heuristicsv4.6.0Adam Stankiewicz2-2618/+0
- 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-18Migrate all ftdetect to linguistAdam Stankiewicz1-0/+37
2020-06-25UpdateAdam Stankiewicz1-1/+1
2020-05-20Remove latex, fixes #484Adam Stankiewicz1-11/+0
2020-04-25Change latex provider to luatex, closes #476Adam Stankiewicz1-8/+6
2020-04-14UpdateAdam Stankiewicz2-2/+2
2020-03-02Add zinit syntax, closes #459Adam Stankiewicz1-0/+126
2020-03-02Use upstream rspec plugin, fixes #458Adam Stankiewicz1-13/+170
2020-03-02UpdateAdam Stankiewicz2-8/+4
2019-12-31UpdateAdam Stankiewicz9-85/+135
2019-12-12UpdateAdam Stankiewicz1-8/+8
2019-12-07Updatev4.1.2Adam Stankiewicz4-0/+44
2019-11-15Updatev4.1.1Adam Stankiewicz2-78/+283
2019-11-12UpdateAdam Stankiewicz2-62/+68
2019-11-04UpdateAdam Stankiewicz2-1/+5
2019-10-16UpdateAdam Stankiewicz1-1/+1
2019-09-12Improve guard so it works for no eof new linev4.0.3Adam Stankiewicz22-0/+44
2019-09-06Remove styled components, fixes #432v4.0.2Adam Stankiewicz2-261/+0
2019-09-06Improve guard to support concatenated filesAdam Stankiewicz22-93/+45
2019-09-04Disable jsx when ts or js is disabled, closes #414v3.10.0Adam Stankiewicz3-3/+3
2019-09-04Add graphql support, closes #298Adam Stankiewicz2-0/+53
2019-09-04Add dhall, closes #426Adam Stankiewicz1-0/+17
2019-09-04UpdateAdam Stankiewicz3-275/+248
2019-07-01UpdateAdam Stankiewicz1-1/+10
2019-06-08Add styled-components, closes #407v3.9.0Adam Stankiewicz2-0/+506
2019-06-08Change jsx/tsx provider, closes #400Adam Stankiewicz4-170/+114
2019-06-08Add tsx provider, closes #330Adam Stankiewicz1-0/+87
2019-04-23Switch mathematica provider, closes #385Adam Stankiewicz1-63/+1406
2019-03-29Remove grapqhl, fixes #387v3.7.1Adam Stankiewicz2-53/+0
2019-03-11Add llvm support, closes #376v3.7.0Adam Stankiewicz1-0/+26
2019-03-10Remove rare html extensions, fixes #280Adam Stankiewicz2-94/+0
2019-03-04Add mdx support, closes #342Adam Stankiewicz1-0/+45
2019-03-04Switch jsx provider to amadeus, closes #364Adam Stankiewicz1-0/+14
2019-03-04Add idris support, closes #265Adam Stankiewicz1-0/+82
2019-03-04Add reason support, closes #266Adam Stankiewicz1-0/+4