martinlroth / vim-acpi-asl

ACPI ASL highlighting for vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-acpi-asl

Syntax Highlighting for ACPI ASL files in vim

  • Highlights terms from ACPI 5,0 and separated into Resource Template Terms, Parameter Terms, and Primary Terms as defined by ACPI
  • Highlights the ACPI-defined object names
  • Highlights IASL preprocessor terms

Installation

To add the grammar manually under linux, place the ftdetect and syntax directories and their contents into your ~/.vim directory

Specs used:

http://www.acpi.info/DOWNLOADS/ACPIspec50.pdf https://acpica.org/sites/acpica/files/aslcompiler_8.pdf

Examples

vim desert colorscheme.png vim zellner colorscheme.png vim koehler colorscheme.png

About

ACPI ASL highlighting for vim

License:MIT License


Languages

Language:Vim Script 100.0%