syntax highlighting updates for added command

This commit is contained in:
Axel Kohlmeyer
2024-08-13 17:57:11 -04:00
parent 09af3e0fac
commit 70384d4344
4 changed files with 5 additions and 3 deletions

View File

@ -9,7 +9,7 @@ LAMMPS_COMMANDS = ("angle_coeff", "angle_style", "atom_modify",
"delete_atoms", "delete_bonds", "dielectric", "delete_atoms", "delete_bonds", "dielectric",
"dihedral_coeff", "dihedral_style", "dihedral_write", "dihedral_coeff", "dihedral_style", "dihedral_write",
"dimension", "displace_atoms", "dump_modify", "dimension", "displace_atoms", "dump_modify",
"dynamical_matrix", "echo", "fitpod", "dynamical_matrix", "echo", "geturl", "fitpod",
"fix_modify", "group2ndx", "hyper", "fix_modify", "group2ndx", "hyper",
"improper_coeff", "improper_style", "include", "improper_coeff", "improper_style", "include",
"info", "jump", "kim", "kspace_modify", "info", "jump", "kim", "kspace_modify",

View File

@ -56,7 +56,8 @@
"LAMMPS output.") "LAMMPS output.")
(defvar lammps-read (defvar lammps-read
'("include" '("geturl"
"include"
"read" "read"
"read_restart" "read_restart"
"read_data") "read_data")

View File

@ -48,6 +48,7 @@
<item>echo</item> <item>echo</item>
<item>fix</item> <item>fix</item>
<item>fix_modify</item> <item>fix_modify</item>
<item>geturl</item>
<item>group</item> <item>group</item>
<item>if</item> <item>if</item>
<item>improper_coeff</item> <item>improper_coeff</item>

View File

@ -11,7 +11,7 @@ set iskeyword+=/
syn keyword lammpsOutput log write_data write_dump write_coeff info shell write_restart restart dump undump thermo thermo_modify syn keyword lammpsOutput log write_data write_dump write_coeff info shell write_restart restart dump undump thermo thermo_modify
syn keyword lammpsOutput thermo_style print timer syn keyword lammpsOutput thermo_style print timer
syn keyword lammpsRead include read_restart read_data read_dump molecule syn keyword lammpsRead include read_restart read_data read_dump molecule geturl
syn keyword lammpsLattice boundary units atom_style lattice region create_box create_atoms dielectric syn keyword lammpsLattice boundary units atom_style lattice region create_box create_atoms dielectric
syn keyword lammpsLattice delete_atoms displace_atoms change_box dimension replicate syn keyword lammpsLattice delete_atoms displace_atoms change_box dimension replicate
syn keyword lammpsParticle pair_coeff pair_style pair_modify pair_write mass velocity angle_coeff angle_style angle_write syn keyword lammpsParticle pair_coeff pair_style pair_modify pair_write mass velocity angle_coeff angle_style angle_write