mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-10 10:43:48 -05:00
Add support for ANSYS Parametric Design Language (apdl) (#317)
This commit is contained in:
@@ -82,6 +82,7 @@ let s:delimiterMap = {
|
|||||||
\ 'ansible': { 'left': '#' },
|
\ 'ansible': { 'left': '#' },
|
||||||
\ 'apache': { 'left': '#' },
|
\ 'apache': { 'left': '#' },
|
||||||
\ 'apachestyle': { 'left': '#' },
|
\ 'apachestyle': { 'left': '#' },
|
||||||
|
\ 'apdl': { 'left': '!' },
|
||||||
\ 'applescript': { 'left': '--', 'leftAlt': '(*', 'rightAlt': '*)' },
|
\ 'applescript': { 'left': '--', 'leftAlt': '(*', 'rightAlt': '*)' },
|
||||||
\ 'armasm': { 'left': ';' },
|
\ 'armasm': { 'left': ';' },
|
||||||
\ 'asciidoc': { 'left': '//' },
|
\ 'asciidoc': { 'left': '//' },
|
||||||
|
|||||||
Reference in New Issue
Block a user