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 *
|
from pygments.token import *
|
||||||
|
|
||||||
LAMMPS_COMMANDS = ("angle_coeff", "angle_style", "atom_modify",
|
LAMMPS_COMMANDS = ("angle_coeff", "angle_style", "atom_modify",
|
||||||
"atom_style", "balance", "bond_coeff", "bond_style",
|
"atom_style", "angle_write", "balance", "bond_coeff",
|
||||||
"bond_write", "boundary", "clear", "comm_modify",
|
"bond_style", "bond_write", "boundary", "clear",
|
||||||
"comm_style", "compute_modify", "create_atoms",
|
"comm_modify", "comm_style", "compute_modify",
|
||||||
"create_bonds", "create_box", "delete_atoms",
|
"create_atoms", "create_bonds", "create_box",
|
||||||
"delete_bonds", "dielectric", "dihedral_coeff",
|
"delete_atoms", "delete_bonds", "dielectric",
|
||||||
"dihedral_style", "dimension", "displace_atoms",
|
"dihedral_coeff", "dihedral_style", "dihedral_write",
|
||||||
"dump_modify", "dynamical_matrix", "echo", "elif",
|
"dimension", "displace_atoms", "dump_modify",
|
||||||
"else", "fix_modify", "group2ndx", "hyper", "if",
|
"dynamical_matrix", "echo", "elif", "else", "fitpod",
|
||||||
|
"fix_modify", "group2ndx", "hyper", "if",
|
||||||
"improper_coeff", "improper_style", "include",
|
"improper_coeff", "improper_style", "include",
|
||||||
"info", "jump", "kim", "kspace_modify",
|
"info", "jump", "kim", "kspace_modify",
|
||||||
"kspace_style", "label", "labelmap", "lattice",
|
"kspace_style", "label", "labelmap", "lattice",
|
||||||
|
|||||||
Reference in New Issue
Block a user