diff --git a/doc/NERD_commenter.txt b/doc/NERD_commenter.txt index a728498..d37507a 100644 --- a/doc/NERD_commenter.txt +++ b/doc/NERD_commenter.txt @@ -1093,6 +1093,7 @@ Simon Hengel htmlcheetah Matt Tolton javacc Ivan Devat javascript.jquery tpope cucumber,pdf +Lyude Paul piglit shader_test ============================================================================== 10. License *NERDComLicense* diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 250b041..b27426d 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -373,6 +373,7 @@ let s:delimiterMap = { \ 'sgmldecl': { 'left': '--', 'right': '--' }, \ 'sgmllnx': { 'left': '' }, \ 'sh': { 'left': '#' }, + \ 'shader_test': { 'left': '#' }, \ 'sicad': { 'left': '*' }, \ 'sile': { 'left': '%' }, \ 'simula': { 'left': '%', 'leftAlt': '--' },