about summary refs log tree commit diff stats
path: root/subx/subx.vim
Commit message (Collapse)AuthorAgeFilesLines
* 4512 - divide labels into two categoriesKartik Agaram2018-08-121-0/+7
| | | | | | | | | Targets you can jump to and ones you can call are conceptually disjoint sets. I'm highlighting these in Vim, but it's a pretty complex pattern. Arguably errors shouldn't be highlighted. Only warnings that are easy to be accidentally deployed.
* 4511Kartik Agaram2018-08-121-0/+2
|
* 4505 - start warning on jumps without labelsKartik Agaram2018-08-111-0/+10
| | | | | As we climb the ladder of abstraction we'll gradually pull the ladder up behind ourselves.
* 4479Kartik Agaram2018-08-041-0/+1
|
* 4476Kartik Agaram2018-08-041-0/+2
| | | | Syntax highlighting for dot leaders.
* 4299Kartik Agaram2018-06-301-0/+1
|
* 4295Kartik Agaram2018-06-301-1/+1
|
* 4292 - start a Vim syntax file for our 'language'Kartik Agaram2018-06-301-0/+22
As we add high-level constructs we'll start labeling low-level constructs as unsafe, and highlighting them in red in our editor.