Kyo Nagashima
Kyo Nagashima
[コロンとセミコロンを使ってレンジを作る](https://github.com/vim/vim/blob/master/runtime/syntax/css.vim#L496)ようにすることで、プロパティーの`left` (例えば`left: 10px;`)と値の`left` (例えば`float: left;`)のハイライトを区別できるようになった(多分7.3系のやつから)影響によるregressionバグだと思う。 エスケープの方もセミコロンのエスケープ他で崩れているように見えるので、この辺りをエスケープを考慮して`}`でもレンジが終了するように修正すれば直りそう。ただかなり難易度は高いような気がする。 いずれにしても[メンテナーさんが開発してるGitHubのリポジトリー](https://github.com/JulesWang/css.vim)でやった方が良さそう。
Short version: You can create `README.it.md` directly. I will do the rest. Long version: You need to: - edit `src/data.json` for basic configuration - translate `src/en.json` into `src/it.json` for ToC...
There is no Persian translation.
Translation is always welcome.
Persian translation was added in #122.
Honestly, I’m very interested in css-nesting spec. However, I do not have a plan to support specs not listed in [CSS WG](https://www.w3.org/Style/CSS/current-work.en.html). Because this list is CSS (or CSS3). A...
The [mustache Vim syntax][1] uses `html.mustache` or `html.handlebars` for extending HTML syntax. This is a good example, I think. [1]: https://github.com/mustache/vim-mustache-handlebars/blob/master/ftdetect/mustache.vim
Thanks, reproduced. `encodeURIComponent()` returns different result. I’ll look into it.
With your PR, main-bower-files can find only `_normalize.scss`, but `_normalize.scss` needs SCSS files in its sub-directories. I guess this does not work as expected in most cases. Is it worth...
In [`bower.json` spec](https://github.com/bower/bower.json-spec#main): > The primary acting files necessary to use your package. So `main` field should be list of **all** SCSS files or unspecified. If not, it will be...