mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-02-27 12:52:10 +08:00
Add support for piglit's shader_test files (#292)
This adds support for shader_test files in piglit, the open source test suite for OpenGL implementations such as mesa. More information on piglit can be found at: https://piglit.freedesktop.org/
This commit is contained in:
parent
d05cfd190b
commit
a6b3cc6842
@ -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*
|
||||
|
||||
|
@ -373,6 +373,7 @@ let s:delimiterMap = {
|
||||
\ 'sgmldecl': { 'left': '--', 'right': '--' },
|
||||
\ 'sgmllnx': { 'left': '<!--', 'right': '-->' },
|
||||
\ 'sh': { 'left': '#' },
|
||||
\ 'shader_test': { 'left': '#' },
|
||||
\ 'sicad': { 'left': '*' },
|
||||
\ 'sile': { 'left': '%' },
|
||||
\ 'simula': { 'left': '%', 'leftAlt': '--' },
|
||||
|
Loading…
x
Reference in New Issue
Block a user