- 🗄️ organizing files - 🔧 add groff template and pdf + ascii targets - 🔥 add graph-easy output which kind of sucks but i'm leaving it in - 🔧 add tags file for navigating the game db - 📝 add game content and docs
10 lines
196 B
Plaintext
10 lines
196 B
Plaintext
hey i learned how to do a syntax highlighting
|
|
|
|
```
|
|
:syntax match gameName '{{\a\+}}'
|
|
:highlight def link gameName Constant
|
|
```
|
|
|
|
src:
|
|
https://antifandom.com/vim/wiki/Creating_your_own_syntax_files
|