<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/meson.git/data/syntax-highlighting, branch cppnoexcept</title>
<subtitle>github.com: mesonbuild/meson.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/'/>
<entry>
<title>syntax-highlighting: vim: add license header [skip ci]</title>
<updated>2019-10-17T22:24:12+00:00</updated>
<author>
<name>Liam Beguin</name>
<email>lvb@xiphos.com</email>
</author>
<published>2019-10-17T22:24:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=af11f9207100aedad47058385618211358e0992f'/>
<id>af11f9207100aedad47058385618211358e0992f</id>
<content type='text'>
Add a license header before getting them in the Vim runtime.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a license header before getting them in the Vim runtime.</pre>
</div>
</content>
</entry>
<entry>
<title>syntax-highlighting: vim: set comment string</title>
<updated>2019-10-14T15:28:23+00:00</updated>
<author>
<name>Liam Beguin</name>
<email>liambeguin@gmail.com</email>
</author>
<published>2019-10-13T23:58:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=18e00298439cdc7cdf54b640a89e62620a2daf08'/>
<id>18e00298439cdc7cdf54b640a89e62620a2daf08</id>
<content type='text'>
Vim can automatically comment and format comments. Set the necessary
variable to enable that feature.

See `:help format-comments` for more information.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Vim can automatically comment and format comments. Set the necessary
variable to enable that feature.

See `:help format-comments` for more information.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add is_disabler function</title>
<updated>2019-08-11T22:05:45+00:00</updated>
<author>
<name>James Hilliard</name>
<email>james.hilliard1@gmail.com</email>
</author>
<published>2019-05-26T18:31:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=b21fd95f737ab96f57c45e15a1d89d5c483daec8'/>
<id>b21fd95f737ab96f57c45e15a1d89d5c483daec8</id>
<content type='text'>
This is useful if one needs to check if a variable is a disabler.

Signed-off-by: James Hilliard &lt;james.hilliard1@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is useful if one needs to check if a variable is a disabler.

Signed-off-by: James Hilliard &lt;james.hilliard1@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add alias_target() function</title>
<updated>2019-07-10T19:01:18+00:00</updated>
<author>
<name>Xavier Claessens</name>
<email>xavier.claessens@collabora.com</email>
</author>
<published>2019-07-03T17:32:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=12d4031f52a8c09014a840b2cf263478602618d0'/>
<id>12d4031f52a8c09014a840b2cf263478602618d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>syntax-highlighting: vim: Allow overriding shiftwidth and softtabstop</title>
<updated>2018-11-29T23:19:10+00:00</updated>
<author>
<name>Laurent Pinchart</name>
<email>laurent.pinchart@ideasonboard.com</email>
</author>
<published>2018-11-27T19:10:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=80bdc71c0ed44f63e0f2f45f8e264e2022cc6658'/>
<id>80bdc71c0ed44f63e0f2f45f8e264e2022cc6658</id>
<content type='text'>
The vim syntax indentation rules stored in indent/meson.vim set the
local shiftwidth and softtabstop variables. As the file is loaded last,
after ~/.vim/after/ftplugin/meson.vim (when present), this prevents
overriding the default values for shiftwidth and softtabstop in a local
configuration.

Fix this by setting shiftwidth and softtabstop in ftplugin/meson.vim
instead (as done by the python indentiation rules in upstream vim for
instance) to allow local overrides.

Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The vim syntax indentation rules stored in indent/meson.vim set the
local shiftwidth and softtabstop variables. As the file is loaded last,
after ~/.vim/after/ftplugin/meson.vim (when present), this prevents
overriding the default values for shiftwidth and softtabstop in a local
configuration.

Fix this by setting shiftwidth and softtabstop in ftplugin/meson.vim
instead (as done by the python indentiation rules in upstream vim for
instance) to allow local overrides.

Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Test that vim syntax highlighting is up-to-date</title>
<updated>2018-08-07T19:54:56+00:00</updated>
<author>
<name>Nirbheek Chauhan</name>
<email>nirbheek@centricular.com</email>
</author>
<published>2018-07-27T08:39:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=8402a2223382af76d85ea65e59ad17b0bb3b24ce'/>
<id>8402a2223382af76d85ea65e59ad17b0bb3b24ce</id>
<content type='text'>
Needs a `mock` kwarg to Interpreter to not do any parsing of build
files, but only setup the builtins and functions.

Also consolidate the documentation and data tests into one class.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Needs a `mock` kwarg to Interpreter to not do any parsing of build
files, but only setup the builtins and functions.

Also consolidate the documentation and data tests into one class.
</pre>
</div>
</content>
</entry>
<entry>
<title>meson.vim: Add missing disabler() entry [skip ci]</title>
<updated>2018-07-02T13:19:34+00:00</updated>
<author>
<name>Nirbheek Chauhan</name>
<email>nirbheek@centricular.com</email>
</author>
<published>2018-07-02T13:19:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=5714ba253467d84b9cd1003b99e6596b5d86f20a'/>
<id>5714ba253467d84b9cd1003b99e6596b5d86f20a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add feature footer</title>
<updated>2018-06-29T21:29:15+00:00</updated>
<author>
<name>Juergen Hoetzel</name>
<email>juergen@archlinux.org</email>
</author>
<published>2018-06-26T12:31:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=e1eb84eb9e78a5905c8585bd5ea61c9880dd05cb'/>
<id>e1eb84eb9e78a5905c8585bd5ea61c9880dd05cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Setup mode-specific `comment-start' and `'comment-end'</title>
<updated>2018-06-29T21:29:15+00:00</updated>
<author>
<name>Juergen Hoetzel</name>
<email>juergen@archlinux.org</email>
</author>
<published>2018-06-26T12:31:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=337301a7667bce4b7774a7ce5fa53638b4cf5987'/>
<id>337301a7667bce4b7774a7ce5fa53638b4cf5987</id>
<content type='text'>
Get rid of meson.comment-dwim workaround.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Get rid of meson.comment-dwim workaround.
</pre>
</div>
</content>
</entry>
<entry>
<title>Trivial update to meson vim syntax + typo in snippet [skip ci]</title>
<updated>2018-04-11T16:37:11+00:00</updated>
<author>
<name>Nirbheek Chauhan</name>
<email>nirbheek@centricular.com</email>
</author>
<published>2018-04-11T16:36:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=487526bfff8583cf1c0805e300967d8f23932fb0'/>
<id>487526bfff8583cf1c0805e300967d8f23932fb0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
