<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>osyo-manga</author_name>
  <author_url>https://blog.hatena.ne.jp/osyo-manga/</author_url>
  <blog_title>C++でゲームプログラミング</blog_title>
  <blog_url>https://osyo-manga.hatenadiary.org/</blog_url>
  <categories>
    <anon>vim</anon>
  </categories>
  <description>毎回設定する度に忘れるので覚書。 書いたあとに書いたことすら忘れそうだけど さて、例えば、次のようなシンタックスハイライトを設定するとします。 &quot; aaa を highlight Error でハイライト syntax match Error /aaa/ 上の設定を行うと こんな感じにハイライトされるんですが、この時にコメントや文字列リテラルのハイライトよりも優先してハイライトして欲しい場合があります。 [解決] こういう場合は containedin=ALL を使用することで解決する事ができます。 syntax match Error containedin=ALL /aaa/ これで他のシ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fosyo-manga.hatenadiary.org%2Fentry%2F20140822%2F1408717386&quot; title=&quot;Vim のシンタックスハイライトで他のシンタックスよりも優先してハイライトする - C++でゲームプログラミング&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>http://i.gyazo.com/c161ea46e8f8a72b75f40db4b925bb82.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-08-22 23:23:06</published>
  <title>Vim のシンタックスハイライトで他のシンタックスよりも優先してハイライトする</title>
  <type>rich</type>
  <url>https://osyo-manga.hatenadiary.org/entry/20140822/1408717386</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
