<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/runtime/lua/vim, branch 20230125_mix</title>
<subtitle>Neovim fork with Rahm's personal hacks.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/'/>
<entry>
<title>Merge branch 'aucmd_textputpost' into 20230125_mix</title>
<updated>2023-02-02T19:02:58+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>joshuarahm@gmail.com</email>
</author>
<published>2023-02-02T19:02:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b255fa570d8b041e4c81e3454d51e06100c2fa4f'/>
<id>b255fa570d8b041e4c81e3454d51e06100c2fa4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:9.0.1274: FIRRTL files are not recognized (#22102)</title>
<updated>2023-02-02T16:26:22+00:00</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2023-02-02T16:26:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c05b3c3bbdef4018ce70f0c822c4a55654a9c186'/>
<id>c05b3c3bbdef4018ce70f0c822c4a55654a9c186</id>
<content type='text'>
Problem:    FIRRTL files are not recognized.
Solution:   Add a pattern for FIRRTL files. (Amaan Qureshi, closes vim/vim#11931)

https://github.com/vim/vim/commit/685bf83b73d0fe6fd36bb2949bebd6aae66a139e

Co-authored-by: Amaan Qureshi &lt;amaanq12@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    FIRRTL files are not recognized.
Solution:   Add a pattern for FIRRTL files. (Amaan Qureshi, closes vim/vim#11931)

https://github.com/vim/vim/commit/685bf83b73d0fe6fd36bb2949bebd6aae66a139e

Co-authored-by: Amaan Qureshi &lt;amaanq12@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:9.0.1268: .clangd and .stylelintrc files don't get a filetype (#22079)</title>
<updated>2023-02-01T09:08:50+00:00</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2023-02-01T09:08:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=d63ad600e0571ccf07eed1e841e8519da7d4af9f'/>
<id>d63ad600e0571ccf07eed1e841e8519da7d4af9f</id>
<content type='text'>
Problem:    .clangd and .stylelintrc files don't get a filetype.
Solution:   Use yaml for .clangd and json for .stylelintrc files. (Mark
            Skelton, closes vim/vim#11916)

https://github.com/vim/vim/commit/9c51798a1f3b79ace5ae0551a8bb122025ac94ed

Co-authored-by: Mark Skelton &lt;mdskelton99@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    .clangd and .stylelintrc files don't get a filetype.
Solution:   Use yaml for .clangd and json for .stylelintrc files. (Mark
            Skelton, closes vim/vim#11916)

https://github.com/vim/vim/commit/9c51798a1f3b79ace5ae0551a8bb122025ac94ed

Co-authored-by: Mark Skelton &lt;mdskelton99@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #17537 from bfredl/neolua</title>
<updated>2023-01-31T18:58:33+00:00</updated>
<author>
<name>bfredl</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2023-01-31T18:58:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8376486e8ff1722a0760443fc4a402bdea632dda'/>
<id>8376486e8ff1722a0760443fc4a402bdea632dda</id>
<content type='text'>
refactor(tests): run unittests using main nvim binary - delete separate nvim-test build</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
refactor(tests): run unittests using main nvim binary - delete separate nvim-test build</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #22005 from clason/sanitize-lang</title>
<updated>2023-01-31T16:28:32+00:00</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2023-01-31T16:28:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8b11cf5092e0dfe45ee0f9cf0b72ce4ddeb8740c'/>
<id>8b11cf5092e0dfe45ee0f9cf0b72ce4ddeb8740c</id>
<content type='text'>
fix(treesitter): validate language name</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix(treesitter): validate language name</pre>
</div>
</content>
</entry>
<entry>
<title>feat(lua): low-level interpreter mode (nvim -ll)</title>
<updated>2023-01-31T12:53:22+00:00</updated>
<author>
<name>bfredl</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2022-02-26T14:19:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=d6d6ab3f8e77d54c8030c0c18f17d3c72ac4445c'/>
<id>d6d6ab3f8e77d54c8030c0c18f17d3c72ac4445c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:9.0.1263: KDL files are not recognized (#22058)</title>
<updated>2023-01-31T07:12:10+00:00</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2023-01-31T07:12:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b649a96fc09fa7f18a988b0b0be5dadb54ad49de'/>
<id>b649a96fc09fa7f18a988b0b0be5dadb54ad49de</id>
<content type='text'>
Problem:    KDL files are not recognized.
Solution:   Add a pattern for KDL files. (Amaan Qureshi, closes vim/vim#11898)

https://github.com/vim/vim/commit/907349a74331fc1bc48cf43c1e7d54cb9e0e4fc9

Co-authored-by: Amaan Qureshi &lt;amaanq12@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    KDL files are not recognized.
Solution:   Add a pattern for KDL files. (Amaan Qureshi, closes vim/vim#11898)

https://github.com/vim/vim/commit/907349a74331fc1bc48cf43c1e7d54cb9e0e4fc9

Co-authored-by: Amaan Qureshi &lt;amaanq12@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:9.0.1261: Elsa files are not recognized (#22047)</title>
<updated>2023-01-29T19:19:07+00:00</updated>
<author>
<name>Amaan Qureshi</name>
<email>amaanq12@gmail.com</email>
</author>
<published>2023-01-29T19:19:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c9ac4e487706658852f0e6c2e71cf669dafba90b'/>
<id>c9ac4e487706658852f0e6c2e71cf669dafba90b</id>
<content type='text'>
Problem: Elsa files are not recognized.
Solution: Add the name of Elsa files. (Amaan Qureshi)

https://github.com/vim/vim/commit/2a99fe6c41efcd5d1eb47823e7e73cf391e230ba</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem: Elsa files are not recognized.
Solution: Add the name of Elsa files. (Amaan Qureshi)

https://github.com/vim/vim/commit/2a99fe6c41efcd5d1eb47823e7e73cf391e230ba</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:9.0.1256: NetworkManager connection files are not recognized (#22038)</title>
<updated>2023-01-29T09:39:20+00:00</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2023-01-29T09:39:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8144deb0989ea5c61fe9a1a5802d230eba33dfdd'/>
<id>8144deb0989ea5c61fe9a1a5802d230eba33dfdd</id>
<content type='text'>
Problem:    NetworkManager connection files are not recognized.
Solution:   Add a pattern for NetworkManager connection files. (closes vim/vim#11893)

https://github.com/vim/vim/commit/04e4f1d98556e67d7337224b67b71c828410ee0f

Co-authored-by: ObserverOfTime &lt;chronobserver@disroot.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    NetworkManager connection files are not recognized.
Solution:   Add a pattern for NetworkManager connection files. (closes vim/vim#11893)

https://github.com/vim/vim/commit/04e4f1d98556e67d7337224b67b71c828410ee0f

Co-authored-by: ObserverOfTime &lt;chronobserver@disroot.org&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>fix(treesitter): validate language name</title>
<updated>2023-01-28T10:28:52+00:00</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2023-01-26T08:42:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c032e83b22994332dd8769ef34cb817906a63cac'/>
<id>c032e83b22994332dd8769ef34cb817906a63cac</id>
<content type='text'>
Problem: Some injections (like markdown) allow specifying arbitrary
language names for code blocks, which may be lead to errors when
looking for a corresponding parser in runtime path.

Solution: Validate that the language name only contains alphanumeric
characters and `_` (e.g., for `c_sharp`) and error otherwise.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem: Some injections (like markdown) allow specifying arbitrary
language names for code blocks, which may be lead to errors when
looking for a corresponding parser in runtime path.

Solution: Validate that the language name only contains alphanumeric
characters and `_` (e.g., for `c_sharp`) and error otherwise.
</pre>
</div>
</content>
</entry>
</feed>
