Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 586 Bytes

File metadata and controls

15 lines (7 loc) · 586 Bytes

This file tells Sublime Text 3 how to syntax-highlight pasm code used by the Beaglebone Black's Programmable Real-time Unit (PRU).

pasm code correctly syntax-highlighted in Sublime Text 3

  1. Put the file pasm.sublime-syntax in the place where Sublime Text looks for syntax definitions:

    • Mac: /Users/justin/Library/Application Support/Sublime Text 3/Packages/User/
    • Linux: ~/.config/sublime-text-3/Packages/User/
  2. Restart Sublime Text.

  3. In the lower-right language selection, you should see 'pasm' (see picture)