An open API service indexing awesome lists of open source software.

https://github.com/ymyzk/vim-copl

「プログラミング言語の基礎概念」演習システム用の syntax highlighting
https://github.com/ymyzk/vim-copl

syntax-highlighting vim

Last synced: about 2 months ago
JSON representation

「プログラミング言語の基礎概念」演習システム用の syntax highlighting

Awesome Lists containing this project

README

        

# vim-copl
「[プログラミング言語の基礎概念](http://www.fos.kuis.kyoto-u.ac.jp/~igarashi/CoPL/)」演習システム用の syntax highlighting

## インストール
各種パッケージマネージャや手動でのインストールが可能です.

### dein.vim
```
call dein#add('ymyzk/vim-copl')
```

## 使い方
拡張子が `.copl` となっているファイルに syntax highlighting が適用されます.
その他の拡張子を利用している場合は `:set ft=copl` などとして下さい.

## ライセンス
[MIT License](LICENSE)

## リンク
- 京都大学大学院情報学研究科 通信情報システム専攻 専門科目 [プログラム意味論](http://www.fos.kuis.kyoto-u.ac.jp/~igarashi/class/sem/)
- Emacs ユーザーなら: [ashiato45/igarashi-copl-mode](https://github.com/ashiato45/igarashi-copl-mode)