diff options
Diffstat (limited to 'syntax/yajs/dom-node.vim')
-rw-r--r-- | syntax/yajs/dom-node.vim | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/syntax/yajs/dom-node.vim b/syntax/yajs/dom-node.vim deleted file mode 100644 index babab1ea..00000000 --- a/syntax/yajs/dom-node.vim +++ /dev/null @@ -1,9 +0,0 @@ -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'javascript') == -1 - -{ [Error: ENOENT, no such file or directory 'dom-node.yml'] - errno: -2, - code: 'ENOENT', - path: 'dom-node.yml', - syscall: 'open' } - -endif |