ob-glsl icon indicating copy to clipboard operation
ob-glsl copied to clipboard

glsl code blocks for org-mode

Results 1 ob-glsl issues
Sort by recently updated
recently updated
newest added

The following allows for loading this package via quelpa directly from .emacs as follows: ```elisp (use-package glsl-mode) (use-package ob-glsl :after glsl-mode :quelpa (ob-glsl :fetcher github :repo "finalpatch/ob-glsl" :files ("*.el" "*.cpp"...