Python and phyphox: Difference between revisions
From wikiluntti
Line 6: | Line 6: | ||
Activate the matchit.vim macro <code>:runtime macros/matchit.vim</code> and set the filetype <code>:set filetype=html</code> (or xml), and now % swaps between the tags. | Activate the matchit.vim macro <code>:runtime macros/matchit.vim</code> and set the filetype <code>:set filetype=html</code> (or xml), and now % swaps between the tags. | ||
<code><container></code> tag contains the data. | |||
== Flights == | == Flights == |
Revision as of 18:06, 9 June 2025
Introduction
VIM and XML mode
Activate the matchit.vim macro :runtime macros/matchit.vim
and set the filetype :set filetype=html
(or xml), and now % swaps between the tags.
<container>
tag contains the data.