@@ -14,6 +14,7 @@ Currently supported grammars are:
14
14
15
15
| Grammar | File Based | Selection Based | Required Package | Required in [ ` PATH ` ] | Notes |
16
16
| :------------------------------------| :-----------| :----------------| :------------------------------| :--------------------------| :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
17
+ | Assembly (NASM) | Yes | Yes | [ language-x86-64-assembly] | [ ` nasm ` ] , [ ` binutils ` ] | |
17
18
| 1C (BSL) | Yes | | [ language-1c-bsl] | [ ` oscript ` ] | |
18
19
| [ Ansible] | Yes | | [ language-ansible] | ` ansible-playbook ` | |
19
20
| [ AutoHotKey] | Yes | Yes | [ language-autohotkey] | ` AutoHotKey.exe ` | |
@@ -113,11 +114,13 @@ Currently supported grammars are:
113
114
114
115
[ -wow ] : https://atom.io/packages/language-lua-wow
115
116
[ #70 ] : https://github.com/rgbkrk/atom-script/pull/70
117
+ [ `binutils` ] : https://www.gnu.org/software/binutils/
116
118
[ `gfortran` ] : https://gcc.gnu.org/wiki/GFortran
117
119
[ `ghc` ] : https://haskell.org/ghc
118
120
[ `guile` ] : https://gnu.org/software/guile
119
121
[ `init` file ] : http://flight-manual.atom.io/hacking-atom/sections/the-init-file
120
122
[ `latexmk` ] : https://ctan.org/pkg/latexmk
123
+ [ `nasm` ] : https://nasm.us/
121
124
[ `oscript` ] : http://oscript.io
122
125
[ `panzer` ] : https://github.com/msprev/panzer#readme
123
126
[ `PATH` ] : https://en.wikipedia.org/wiki/PATH_(variable)
@@ -239,6 +242,7 @@ Currently supported grammars are:
239
242
[ language-swift ] : https://atom.io/packages/language-swift
240
243
[ language-tcltk ] : https://atom.io/packages/language-tcltk
241
244
[ language-vbscript ] : https://atom.io/packages/language-vbscript
245
+ [ language-x86-64-assembly ] : https://atom.io/packages/language-x86-64-assembly
242
246
[ latex ] : https://latex-project.org
243
247
[ lein-exec ] : https://github.com/kumarshantanu/lein-exec#readme
244
248
[ leiningen ] : https://leiningen.org
0 commit comments