Vundle を使っている方は、 https://stackoverflow.com/questions/35087549/typescript-syntax-highlighting-in-vim を参照してください。
TypeScript のコードを書くにあたって、
黒い画面の vim と MacVim で Syntax Highlight したいです。
~/dotfiles/.vimrc があり、 ~/.vim/bundle/ があるものとして進めます。
Vundle を使っている方は、 https://stackoverflow.com/questions/35087549/typescript-syntax-highlighting-in-vim を参照してください。
TypeScript のコードを書くにあたって、
黒い画面の vim と MacVim で Syntax Highlight したいです。
~/dotfiles/.vimrc があり、 ~/.vim/bundle/ があるものとして進めます。
| #!/usr/bin/python -u | |
| import sys, os, time | |
| import random | |
| class DNSLookup(object): | |
| """Handle PowerDNS pipe-backend domain name lookups.""" | |
| ttl = 30 | |
| git clean -xfd | |
| git submodule foreach --recursive git clean -xfd | |
| git reset --hard | |
| git submodule foreach --recursive git reset --hard | |
| git submodule update --init --recursive |
Given this URL:
Append #foo=bar to the URL, and paste it to the location bar:
| _PID=$$; _PPID=$(ps -o ppid -p $_PID | tail -n 1); ps -p $_PPID |
| 日時: | 2017-12-03 |
|---|---|
| 作: | 時雨堂 |
| バージョン: | 17.6.30 |
| URL: | https://shiguredo.jp/ |
2017 年 6 月 30 日をもって開発/販売を終了しました。
| var gulp = require('gulp'); | |
| var gutil = require('gulp-util'); | |
| var jshint = require('gulp-jshint'); | |
| // Command line option: | |
| // --fatal=[warning|error|off] | |
| var fatalLevel = require('yargs').argv.fatal; | |
| var ERROR_LEVELS = ['error', 'warning']; |
| # | |
| # Learn Vimscript the Hard Way - Echoing Messages | |
| # http://learnvimscriptthehardway.stevelosh.com/chapters/01.html | |
| # | |
| echomsg string(obj) | |
| :message | |
| " |