Skip to content

Commit ffb7fba

Browse files
committed
Add a stettings file to manage comments start
1 parent eee7684 commit ffb7fba

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.3.1 - First Release
2+
* Add a setting file. (Now `Toggle Comment` will use `// `)
3+
14
## 0.3.0 - First Release
25
* Add CGINCLUDE to grammar
36

settings/language-shaderlab.cson

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
'.source.shaderlab':
2+
'editor':
3+
'commentStart': '// '

0 commit comments

Comments
 (0)