Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.33 KB

1.2_Configuring_VIM.md

File metadata and controls

30 lines (25 loc) · 1.33 KB

uCISC Programming Guide

  1. Getting Started
    1. Configuring IntelliJ
    2. Configuring VIM <-- you are here
    3. Compiling uCISC Code
    4. Using the uCISC Simulator
    5. Using the uCISC Soft Core
  2. Introduction to Programming With uCISC
    1. Accessing External Devices
    2. Common Devices
      1. GPIO
      2. I2C
      3. Block Memory
      4. UART
      5. Video Devices
    3. Advanced uCISC Programming Techniques
  3. uCISC Syntax Quick Reference
  4. Standard Libraries
  5. Instruction Set Details

Configuring VIM

There is a uCISC syntax highlighting file under extras. You can source it manually or copy it to ~/.vim/syntax/ucisc.vim to be used automatically (depending on your vim configuration).

YMMV, but my gruvbox darkmode looks like this:

Vim Syntax Highlighting example