summaryrefslogtreecommitdiffstats
path: root/ftdetect (follow)
AgeCommit message (Collapse)AuthorFilesLines
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
2020-08-06Start github-linguist rewriteAdam Stankiewicz2-42/+59
2020-07-06Fix rspect ftdetect, #503Adam Stankiewicz1-1/+1
2020-06-19Add detection for rspec files (#503)TravonteD1-0/+6
Standard convention for rspec files is "*_spec.rb". This is also what rspec.vim (the syntax plugin that is pulled in) uses.
2020-05-29Enable TypeScript in ftdetect (#496)Adam Kwiatek1-0/+1
2020-05-28Add support for ics, closes #492Adam Stankiewicz1-0/+4
2020-05-21Restore support for polyglot_disabled for ftdetect, closes #491Adam Stankiewicz1-567/+640
2020-05-20Add ledger support, closes #488v4.4.1Adam Stankiewicz1-6/+9
2020-05-20Fix jinja.html detectionAdam Stankiewicz1-0/+1
2020-05-20Manually fix ftdetectAdam Stankiewicz1-1538/+500
2020-05-20Add vim-raku, closes #490Adam Stankiewicz1-0/+21
2020-05-20Remove non-working ftplugin line, closes #485Adam Stankiewicz1-9/+3
2020-05-20UpdateAdam Stankiewicz1-1/+1
2020-04-30Remove rego syntax, fixes #486Adam Stankiewicz1-11/+0
2020-04-28UpdateAdam Stankiewicz1-0/+1
2020-04-25Add brewfile support, closes #469v4.3.0Adam Stankiewicz1-0/+11
2020-04-25Add rego support, closes #471Adam Stankiewicz1-0/+11
2020-04-25Allow to configure python syntax, #474Adam Stankiewicz1-26/+32
2020-04-25Change elm provider, closes #475Adam Stankiewicz1-2/+2
2020-04-25Change fsharp provider, closes #477Adam Stankiewicz1-1/+2
2020-04-25Add gdscript, closes #483Adam Stankiewicz1-0/+14
2020-04-14UpdateAdam Stankiewicz1-7/+16
2020-03-02UpdateAdam Stankiewicz1-2/+1
2020-03-02Add razor syntax, fixes #450Adam Stankiewicz1-0/+7
2020-03-02Force javascript filetype for jsx, fixes #460Adam Stankiewicz1-0/+3
2020-03-02Remove jasmine syntax, fixes #464Adam Stankiewicz1-7/+0
2020-03-02UpdateAdam Stankiewicz1-3/+5
2020-01-25Updatev4.2.1Adam Stankiewicz1-16/+20