Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-09-28 | Fix missing filetypes detection | Adam Stankiewicz | 1 | -2/+2 | |
2020-09-28 | Fix some missing extensions warnings | Adam Stankiewicz | 1 | -20/+44 | |
2020-09-24 | Add support for .gitignore highlighting | Adam Stankiewicz | 1 | -1/+1 | |
2020-09-24 | Improve django filetype detection, closes #560v4.12.0 | Adam Stankiewicz | 1 | -22/+16 | |
2020-09-24 | Add warning to generated files | Adam Stankiewicz | 1 | -1/+2 | |
2020-09-24 | Extract non-generated code to polyglot.vim | Adam Stankiewicz | 1 | -66/+17 | |
2020-09-24 | Fix django highlighting, fixes #553 | Adam Stankiewicz | 1 | -6/+8 | |
2020-09-24 | Improve html heuristics | Adam Stankiewicz | 1 | -2/+6 | |
2020-09-23 | Fix detecting jinja templates, #553 | Adam Stankiewicz | 1 | -244/+0 | |
2020-09-23 | Allow to use ruby 2.5.5, closes #558 | Adam Stankiewicz | 1 | -3/+3 | |
2020-09-23 | Update test script to ruby | Adam Stankiewicz | 3 | -23/+64 | |
2020-09-22 | Update tests location | Adam Stankiewicz | 3 | -361/+2 | |
2020-09-16 | Get rid of s:Setf helper | Adam Stankiewicz | 1 | -14/+6 | |
2020-09-16 | Make config more vim-independent | Adam Stankiewicz | 1 | -4/+17 | |
2020-09-16 | Write heuristics for perl, closes #550v4.10.2 | Adam Stankiewicz | 3 | -7/+97 | |
2020-09-15 | Fix eruby filetype detect, closes #547v4.9.10v4.10.1 | Adam Stankiewicz | 4 | -29/+29 | |
2020-09-15 | Update | Adam Stankiewicz | 1 | -0/+3 | |
2020-09-13 | Fix build, closes #548 | Adam Stankiewicz | 1 | -2/+2 | |
2020-09-13 | Fix build, closes #548 | Adam Stankiewicz | 1 | -0/+2 | |
2020-09-12 | Update | Adam Stankiewicz | 1 | -2/+9 | |
2020-09-10 | Add odin support, closes #544 | Adam Stankiewicz | 2 | -38/+22 | |
2020-09-10 | Automatically detect script filetype when typingv4.10.0 | Adam Stankiewicz | 1 | -1/+3 | |
2020-09-10 | Fix filetype detection and docini filetypesv4.9.9 | Adam Stankiewicz | 2 | -34/+33 | |
2020-09-10 | Fix jsx indentation, closes #543v4.9.8 | Adam Stankiewicz | 1 | -2/+29 | |
2020-09-10 | Update | Adam Stankiewicz | 1 | -1/+1 | |
2020-09-09 | Transcompile ..= operator to support old vims, fixes #542 | Adam Stankiewicz | 1 | -1/+3 | |
2020-09-08 | Fix some ftdetect issues from tests | Adam Stankiewicz | 2 | -2/+2 | |
2020-09-06 | Add heuristics for .h extension | Adam Stankiewicz | 3 | -8/+38 | |
2020-09-06 | Add more apache filetypes | Adam Stankiewicz | 1 | -1/+5 | |
2020-09-06 | Add support for Visual Basic and Basic | Adam Stankiewicz | 3 | -145/+180 | |
2020-09-06 | Remove empty blocks | Adam Stankiewicz | 1 | -10/+11 | |
2020-09-06 | Ensure duplicate tags do not happen in the future, #538 | Adam Stankiewicz | 1 | -0/+5 | |
2020-09-06 | Fix weird indentation issue of yaml | Adam Stankiewicz | 1 | -5/+4 | |
2020-09-05 | Add support for Idris2, closes #534 (#535) | CodingCellist | 3 | -0/+38 | |
2020-09-04 | Synchronize shiftwidth with tabstop by defaultv4.9.0 | Adam Stankiewicz | 1 | -74/+3 | |
2020-09-04 | Fix detection of indentation, #537 | Adam Stankiewicz | 1 | -2/+2 | |
2020-09-03 | Add test for terraform | Adam Stankiewicz | 1 | -0/+1 | |
2020-09-03 | Disable native autocommands when appropriate, fixes #533v4.8.1 | Adam Stankiewicz | 1 | -13/+38 | |
2020-09-01 | Automatically detect indentation, closes #529v4.8.0 | Adam Stankiewicz | 1 | -0/+34 | |
2020-09-01 | Fix reason filetype detection, closes #532v4.7.1 | Adam Stankiewicz | 3 | -4/+19 | |
2020-09-01 | Add sql support for javascriptv4.7.0 | Adam Stankiewicz | 1 | -0/+3 | |
2020-09-01 | Remove vim-sql-syntax, #528v4.6.1 | Adam Stankiewicz | 2 | -2/+1 | |
2020-09-01 | Some major updates including heuristicsv4.6.0 | Adam Stankiewicz | 4 | -116/+626 | |
- 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-29 | add missing period to fix mako detection (#530) | Tim Bedard | 1 | -1/+1 | |
2020-08-27 | Buildv4.5.5 | Adam Stankiewicz | 2 | -8/+6 | |
2020-08-27 | Make sure all extensions are covered | Adam Stankiewicz | 1 | -9/+107 | |
2020-08-27 | Fix ocaml and dune ftdetectv4.5.4 | Adam Stankiewicz | 1 | -0/+5 | |
2020-08-25 | Add missing newlines (#527) | Tim Bedard | 1 | -2/+2 | |
2020-08-25 | Fix ansible ftdetect | Adam Stankiewicz | 1 | -0/+2 | |
2020-08-25 | Fix ansible ftdetect | Adam Stankiewicz | 2 | -7/+23 | |