Skip to content

Commit

Permalink
Added SSR keywords and made formatting consistant.
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale committed Jan 29, 2025
1 parent 828e179 commit 640db53
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion montepy/input_parser/tokens.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,9 +445,19 @@ class DataLexer(ParticleLexer):
}

_KEYWORDS = set(MCNP_Lexer._KEYWORDS) | {
"sym", # SSW
# ssw
"sym",
"pty",
"cel",
# ssr
"old",
"new",
"col",
"wgt",
"tr",
"psc",
"poa",
"bcw",
# materials
"gas",
"estep",
Expand Down

0 comments on commit 640db53

Please sign in to comment.