<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vim-polyglot/after/syntax, branch v4.10.2</title>
<subtitle>polyglot fork - https://github.com/sheerun/vim-polyglot</subtitle>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/'/>
<entry>
<title>Update</title>
<updated>2020-09-10T08:30:32+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2020-09-10T08:30:32+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=fb7cf8a9ab782d67db5aa71bffac67e63fcc0c4c'/>
<id>fb7cf8a9ab782d67db5aa71bffac67e63fcc0c4c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove stephpy/vim-yaml syntax</title>
<updated>2020-09-06T17:25:34+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2020-09-06T17:25:34+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=255345bf9525c94479a7ff9b787d2f9848cb7a18'/>
<id>255345bf9525c94479a7ff9b787d2f9848cb7a18</id>
<content type='text'>
It causes issues:
- https://github.com/dracula/vim/pull/163
- https://github.com/stephpy/vim-yaml/issues/22
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It causes issues:
- https://github.com/dracula/vim/pull/163
- https://github.com/stephpy/vim-yaml/issues/22
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix weird indentation issue of yaml</title>
<updated>2020-09-06T13:08:20+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2020-09-06T13:08:20+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=d9ee362537a34473b32ad3b4a1d7feb56a6b6811'/>
<id>d9ee362537a34473b32ad3b4a1d7feb56a6b6811</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for Idris2, closes #534 (#535)</title>
<updated>2020-09-05T19:37:11+00:00</updated>
<author>
<name>CodingCellist</name>
<email>teh6@st-andrews.ac.uk</email>
</author>
<published>2020-09-05T19:37:11+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=3baafd5c336d18d87898ae87f16df7cd76bc8d65'/>
<id>3baafd5c336d18d87898ae87f16df7cd76bc8d65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add sql support for javascript</title>
<updated>2020-09-01T14:02:38+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2020-09-01T14:02:38+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=45c1923f43f2bb2e626fe910654d4395a0e50a04'/>
<id>45c1923f43f2bb2e626fe910654d4395a0e50a04</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove vim-sql-syntax, #528</title>
<updated>2020-09-01T13:55:43+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2020-09-01T13:55:43+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=8dd0474feb60a4b9f50ee2b8decead0146623966'/>
<id>8dd0474feb60a4b9f50ee2b8decead0146623966</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Some major updates including heuristics</title>
<updated>2020-09-01T06:33:15+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2020-09-01T06:33:15+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=e166f741ef054ea990aa6d1af85b97ceb82171bb'/>
<id>e166f741ef054ea990aa6d1af85b97ceb82171bb</id>
<content type='text'>
- 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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- 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
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate all ftdetect to linguist</title>
<updated>2020-08-18T13:53:18+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2020-08-18T13:53:18+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=00015bd10507181797dd74cbba375f9e88c61e51'/>
<id>00015bd10507181797dd74cbba375f9e88c61e51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update</title>
<updated>2020-06-25T11:38:15+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2020-06-25T11:38:07+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=abca7c20144a1aa0c0197e17cacd892e3ff99ff2'/>
<id>abca7c20144a1aa0c0197e17cacd892e3ff99ff2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove latex, fixes #484</title>
<updated>2020-05-20T18:19:03+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2020-05-20T18:19:03+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=a9cc6fd2188ddc37257c834b6f5a5fa86d0eebd5'/>
<id>a9cc6fd2188ddc37257c834b6f5a5fa86d0eebd5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
