Skip to content

Commit 61f5063

Browse files
authored
Merge branch 'main' into feature/custom_syntax_highlighting
2 parents f3e1e6f + 3b00c41 commit 61f5063

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ pnpm-debug.log*
2121
.DS_Store
2222

2323
# tmLanguage file
24-
src/grammars/
24+
public/grammars/

web/ec.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default {
1010
{
1111
id: 'lua',
1212
scopeName: 'source.lua.mta',
13-
...JSON.parse(fs.readFileSync('./src/grammars/lua-mta.tmLanguage.json', 'utf-8')),
13+
...JSON.parse(fs.readFileSync('./public/grammars/lua-mta.tmLanguage.json', 'utf-8')),
1414
},
1515
],
1616
},

0 commit comments

Comments
 (0)