Skip to content

Commit 1ab332d

Browse files
committed
Add initial implementation for XPL syntax highlighting extension
- Created package.json for the XPL syntax highlighting extension with necessary metadata and dependencies. - Added syntax definition in xpl.tmLanguage.json to support comments, strings, numbers, tags, and keywords. - Configured TypeScript compiler options in tsconfig.json for the extension development.
1 parent 24377fd commit 1ab332d

File tree

14 files changed

+2617
-10
lines changed

14 files changed

+2617
-10
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
/target
2+
node_modules
3+
out
4+
xpl_ls
5+
*.vsix

0 commit comments

Comments
 (0)