Skip to content

Commit 0162f36

Browse files
committed
fix: adjust and fix image loading in README
1 parent e787db3 commit 0162f36

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
> **Warning**
44
> This syntax is in **beta** targeting Minecraft 1.20.2+
55
6-
![demo](imgs/demo.png)
6+
![demo](https://raw.githubusercontent.com/MinecraftCommands/syntax-mcfunction/main/icon.png)
77

88
## Goals
99

@@ -17,6 +17,8 @@ The aim of this syntax definition is to provide a general, feature complete lang
1717
- Specifically when using dotted names
1818
- [ ] Add tests for Bedrock
1919
- [ ] (VSCode & Sublime) Add jsonschema file for `pack.mcmeta`
20+
- [ ] Compare w/ `language-mcfunction` to synchronize scope names
21+
- It'll never reach 1:1, but we can get to 70-80%
2022

2123
## Installing
2224

mcfunction.tmLanguage renamed to mcfunction.tmLanguage.plist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<key>fileTypes</key>
66
<array>
77
<string>mcfunction</string>
8-
<string>bolt</string>
98
</array>
109
<key>name</key>
1110
<string>Mcfunction</string>

mcfunction.tmLanguage.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ uuid: 8918dadd-8ebe-42d9-b1e9-0489ab228d9d
55

66
fileTypes:
77
- mcfunction
8-
- bolt
98

109
patterns:
1110
- include: '#root'

0 commit comments

Comments
 (0)