Skip to content

Commit

Permalink
LS bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kowalp committed Sep 13, 2022
1 parent 7b486de commit f1c38d6
Show file tree
Hide file tree
Showing 5 changed files with 305 additions and 302 deletions.
5 changes: 4 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
.vscode/
.github/
node_modules/
.gitignore
.gitignore
releases/*
package.sh
package.py
Binary file modified mcnp-server/lib/gov.lanl.mcnp-1.0.0-SNAPSHOT.jar
Binary file not shown.
Binary file modified mcnp-server/lib/gov.lanl.mcnp.ide-1.0.0-SNAPSHOT.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion mcnp.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
[
{
"name": "comment.line.double-slash.mcnp",
"match": "(\\$)(.*)",
"match": "((\\$)(.*))|((?<=[fF][cC]\\d+).*)|((?<=[sS][cC]\\d+).*)|((?<=[cC][oO][mM][mM][eE][nN][nT][=]).*)",
"contentName": "comment.sl.mcnp"
}
]
Expand Down
Loading

0 comments on commit f1c38d6

Please sign in to comment.