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
- Host: GitHub
- URL: https://github.com/ymyzk/vim-copl
- Owner: ymyzk
- License: mit
- Created: 2016-04-27T02:44:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-21T15:24:31.000Z (over 5 years ago)
- Last Synced: 2025-02-07T11:52:32.713Z (4 months ago)
- Topics: syntax-highlighting, vim
- Language: Vim script
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)