summaryrefslogtreecommitdiffstats
path: root/after/indent/javascript.vim (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-10-04Add graphql indentation again, thanks @jparise!Adam Stankiewicz1-9/+3
2020-09-10Fix jsx indentation, closes #543v4.9.8Adam Stankiewicz1-47/+0
2020-09-10UpdateAdam Stankiewicz1-27/+3
2020-09-01Remove vim-sql-syntax, #528v4.6.1Adam Stankiewicz1-1/+1
2020-09-01Some major updates including heuristicsv4.6.0Adam Stankiewicz1-0/+47
- 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
2019-12-07Updatev4.1.2Adam Stankiewicz1-1/+1
2019-11-15Updatev4.1.1Adam Stankiewicz1-1/+1
2019-11-12UpdateAdam Stankiewicz1-1/+1
2019-09-12Improve guard so it works for no eof new linev4.0.3Adam Stankiewicz1-0/+2
2019-09-06Remove styled components, fixes #432v4.0.2Adam Stankiewicz1-171/+0
2019-09-06Improve guard to support concatenated filesAdam Stankiewicz1-7/+3
2019-09-04Disable jsx when ts or js is disabled, closes #414v3.10.0Adam Stankiewicz1-1/+1
2019-06-08Add styled-components, closes #407v3.9.0Adam Stankiewicz1-0/+173
2019-06-08Change jsx/tsx provider, closes #400Adam Stankiewicz1-0/+33