diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-04 21:17:06 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-04 21:17:06 +0200 |
commit | b4868c7ea7b75dd09a6d172871c901905f5d539a (patch) | |
tree | 23f20821b10163083aa5c0b2016bce1db28ccc91 /packages.yaml | |
parent | d221139bd70fd474be52237dc8e6440e6da632bd (diff) | |
download | vim-polyglot-b4868c7ea7b75dd09a6d172871c901905f5d539a.tar.gz vim-polyglot-b4868c7ea7b75dd09a6d172871c901905f5d539a.zip |
Add comments for some extensions + test
Diffstat (limited to 'packages.yaml')
-rw-r--r-- | packages.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages.yaml b/packages.yaml index 4d4365d3..2baddea2 100644 --- a/packages.yaml +++ b/packages.yaml @@ -4,6 +4,7 @@ remote: vim/vim:runtime glob: '**/8th.vim' filetypes: - name: 8th + description: 8th (Firth-derivative) extensions: - 8th --- @@ -23,6 +24,7 @@ remote: vim/vim:runtime glob: '**/a65.vim' filetypes: - name: a65 + description: XA65 MOS6510 cross assembler extensions: - a65 --- @@ -31,6 +33,7 @@ remote: vim/vim:runtime glob: '**/aap.vim' filetypes: - name: aap + description: A-A-P recipe extensions: - aap --- @@ -39,6 +42,7 @@ remote: vim/vim:runtime glob: '**/abap.vim' filetypes: - name: abap + description: ABAB/4 extensions: - abap --- @@ -55,6 +59,7 @@ remote: vim/vim:runtime glob: '**/abc.vim' filetypes: - name: abc + description: ABC music notation extensions: - abc --- @@ -63,6 +68,7 @@ remote: vim/vim:runtime glob: '**/abel.vim' filetypes: - name: abel + description: ABEL extensions: - abl --- @@ -71,6 +77,7 @@ remote: vim/vim:runtime glob: '**/acedb.vim' filetypes: - name: acedb + description: AceDB extensions: - wrm --- @@ -87,6 +94,7 @@ remote: vim/vim:runtime glob: '**/ada.vim' filetypes: - name: ada + description: Ada (83, 9X, 95) extensions: - adb - ads @@ -100,6 +108,7 @@ remote: vim/vim:runtime glob: '**/ahdl.vim' filetypes: - name: ahdl + description: AHDL extensions: - tdf --- @@ -108,6 +117,7 @@ remote: vim/vim:runtime glob: '**/aidl.vim' filetypes: - name: aidl + description: AIDL extensions: - aidl --- @@ -134,6 +144,7 @@ remote: vim/vim:runtime glob: '**/ampl.vim' filetypes: - name: ampl + description: AMPL extensions: - run --- |