Skip to content

Commit 1ca9344

Browse files
committed
add support for .czm extension
1 parent e384ed8 commit 1ca9344

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.cspell/cesium

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ trim_trailing_whitespace = true
1111

1212
# Matches multiple files with brace expansion notation
1313
# Set default charset
14-
[*.cs]
14+
[*.{cs,czm}]
1515
charset = utf-8
1616
indent_style = space
1717
indent_size = 2

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
*.cs linguist-language=cesium
2+
*.czm linguist-language=cesium

cesium.code-workspace

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
],
77
"settings": {
88
"files.associations": {
9-
"*.cs": "cesium"
9+
"*.cs": "cesium",
10+
"*.czm": "cesium"
1011
},
1112
"files.watcherExclude": {
1213
"buildtools/clang+llvm-*/": true,

0 commit comments

Comments
 (0)