Age | Commit message (Expand) | Author | Files | Lines |
2020-09-26 | Fix neovim warning, closes #563 | Adam Stankiewicz | 3 | -6/+6 |
2020-09-25 | Update filenames for gitignore | Adam Stankiewicz | 2 | -0/+4 |
2020-09-25 | Change gitignore provider | Adam Stankiewicz | 7 | -13/+169 |
2020-09-24 | Add support for .gitignore highlighting | Adam Stankiewicz | 8 | -23/+63 |
2020-09-24 | Improve django filetype detection, closes #560v4.12.0 | Adam Stankiewicz | 5 | -41/+45 |
2020-09-24 | Change maintained badge | Adam Stankiewicz | 1 | -1/+1 |
2020-09-24 | Add warning to generated files | Adam Stankiewicz | 3 | -5/+6 |
2020-09-24 | Extract non-generated code to polyglot.vim | Adam Stankiewicz | 6 | -142/+767 |
2020-09-24 | Fix django highlighting, fixes #553 | Adam Stankiewicz | 28 | -886/+1080 |
2020-09-24 | Improve html heuristics | Adam Stankiewicz | 4 | -9/+21 |
2020-09-23 | Update readme | Adam Stankiewicz | 1 | -2/+2 |
2020-09-23 | Allow to disable only syntax highlighting, #556v4.11.0 | Adam Stankiewicz | 2 | -2/+19 |
2020-09-23 | Fix detecting jinja templates, #553 | Adam Stankiewicz | 4 | -244/+12 |
2020-09-23 | Add more advanced cpp syntax, #557 | Adam Stankiewicz | 4 | -1/+531 |
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 | 9 | -36/+94 |
2020-09-23 | Fix polyglot_disabled docs, closes #555 | Adam Stankiewicz | 1 | -1/+3 |
2020-09-22 | Update tests location | Adam Stankiewicz | 7 | -7/+253 |
2020-09-22 | Build | Adam Stankiewicz | 6 | -46/+91 |
2020-09-16 | Get rid of s:Setf helper | Adam Stankiewicz | 4 | -971/+955 |
2020-09-16 | Make config more vim-independent | Adam Stankiewicz | 2 | -6/+19 |
2020-09-16 | Write heuristics for perl, closes #550v4.10.2 | Adam Stankiewicz | 16 | -42/+1035 |
2020-09-15 | Fix eruby filetype detect, closes #547v4.9.10v4.10.1 | Adam Stankiewicz | 11 | -1218/+1233 |
2020-09-15 | Update | Adam Stankiewicz | 8 | -16/+34 |
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 | 2 | -3/+10 |
2020-09-11 | Make warning more clear, #546 | Adam Stankiewicz | 1 | -1/+1 |
2020-09-10 | Improve issue template | Adam Stankiewicz | 1 | -4/+1 |
2020-09-10 | Improve issue template | Adam Stankiewicz | 3 | -23/+12 |
2020-09-10 | Add odin support, closes #544 | Adam Stankiewicz | 10 | -60/+263 |
2020-09-10 | Automatically detect script filetype when typingv4.10.0 | Adam Stankiewicz | 4 | -26/+43 |
2020-09-10 | Fix filetype detection and docini filetypesv4.9.9 | Adam Stankiewicz | 8 | -67/+292 |
2020-09-10 | Fix jsx indentation, closes #543v4.9.8 | Adam Stankiewicz | 10 | -411/+355 |
2020-09-10 | Update | Adam Stankiewicz | 18 | -129/+183 |
2020-09-09 | Remove debugging code...v4.9.7 | Adam Stankiewicz | 1 | -3/+0 |
2020-09-09 | Finally fix issues with tab detection, #541v4.9.6 | Adam Stankiewicz | 1 | -1/+5 |
2020-09-09 | Fix b:sleuth_culprit for tabs | Adam Stankiewicz | 1 | -1/+3 |
2020-09-09 | Show full path in b:sleuth_culprit | Adam Stankiewicz | 1 | -2/+2 |
2020-09-09 | Last fixes to b:sleuth_culprit | Adam Stankiewicz | 1 | -2/+5 |
2020-09-09 | Make b:sleuth_culprit more readable | Adam Stankiewicz | 1 | -1/+3 |
2020-09-09 | Show warning if g:polyglot_disabled is not at the top of .vimrcv4.9.5 | Adam Stankiewicz | 1 | -0/+16 |
2020-09-09 | Make it easier to debug indentation issues, #542 | Adam Stankiewicz | 1 | -0/+5 |
2020-09-09 | Transcompile ..= operator to support old vims, fixes #542 | Adam Stankiewicz | 2 | -2/+4 |
2020-09-09 | Add missing functions from Sleuth, #541 | Adam Stankiewicz | 1 | -0/+14 |
2020-09-09 | Fix disabling autoindent, #541 | Adam Stankiewicz | 1 | -2/+1 |
2020-09-09 | Fix disabling autoindent, closes #541 | Adam Stankiewicz | 1 | -123/+121 |
2020-09-08 | Add expect (fix tests) | Adam Stankiewicz | 1 | -1/+1 |
2020-09-08 | Fix some ftdetect issues from tests | Adam Stankiewicz | 9 | -13/+538 |
2020-09-08 | Fix auto-detecting indent, closes #540v4.9.4 | Adam Stankiewicz | 2 | -167/+156 |