update list of known commands
This commit is contained in:
@ -2,14 +2,15 @@ from pygments.lexer import RegexLexer, words, include, default
|
||||
from pygments.token import *
|
||||
|
||||
LAMMPS_COMMANDS = ("angle_coeff", "angle_style", "atom_modify",
|
||||
"atom_style", "balance", "bond_coeff", "bond_style",
|
||||
"bond_write", "boundary", "clear", "comm_modify",
|
||||
"comm_style", "compute_modify", "create_atoms",
|
||||
"create_bonds", "create_box", "delete_atoms",
|
||||
"delete_bonds", "dielectric", "dihedral_coeff",
|
||||
"dihedral_style", "dimension", "displace_atoms",
|
||||
"dump_modify", "dynamical_matrix", "echo", "elif",
|
||||
"else", "fix_modify", "group2ndx", "hyper", "if",
|
||||
"atom_style", "angle_write", "balance", "bond_coeff",
|
||||
"bond_style", "bond_write", "boundary", "clear",
|
||||
"comm_modify", "comm_style", "compute_modify",
|
||||
"create_atoms", "create_bonds", "create_box",
|
||||
"delete_atoms", "delete_bonds", "dielectric",
|
||||
"dihedral_coeff", "dihedral_style", "dihedral_write",
|
||||
"dimension", "displace_atoms", "dump_modify",
|
||||
"dynamical_matrix", "echo", "elif", "else", "fitpod",
|
||||
"fix_modify", "group2ndx", "hyper", "if",
|
||||
"improper_coeff", "improper_style", "include",
|
||||
"info", "jump", "kim", "kspace_modify",
|
||||
"kspace_style", "label", "labelmap", "lattice",
|
||||
|
||||
Reference in New Issue
Block a user