diff --git a/doc/utils/sphinx-config/LAMMPSLexer.py b/doc/utils/sphinx-config/LAMMPSLexer.py index ee548dc602..c72e180d83 100644 --- a/doc/utils/sphinx-config/LAMMPSLexer.py +++ b/doc/utils/sphinx-config/LAMMPSLexer.py @@ -9,7 +9,7 @@ LAMMPS_COMMANDS = ("angle_coeff", "angle_style", "atom_modify", "delete_atoms", "delete_bonds", "dielectric", "dihedral_coeff", "dihedral_style", "dihedral_write", "dimension", "displace_atoms", "dump_modify", - "dynamical_matrix", "echo", "fitpod", + "dynamical_matrix", "echo", "geturl", "fitpod", "fix_modify", "group2ndx", "hyper", "improper_coeff", "improper_style", "include", "info", "jump", "kim", "kspace_modify", diff --git a/tools/emacs/lammps-mode.el b/tools/emacs/lammps-mode.el index 37e8a32116..8289f9437f 100644 --- a/tools/emacs/lammps-mode.el +++ b/tools/emacs/lammps-mode.el @@ -56,7 +56,8 @@ "LAMMPS output.") (defvar lammps-read - '("include" + '("geturl" + "include" "read" "read_restart" "read_data") diff --git a/tools/kate/lammps.xml b/tools/kate/lammps.xml index d97b5cc8d3..72cd8fb984 100644 --- a/tools/kate/lammps.xml +++ b/tools/kate/lammps.xml @@ -48,6 +48,7 @@ echo fix fix_modify + geturl group if improper_coeff diff --git a/tools/vim/lammps.vim b/tools/vim/lammps.vim index 25c18f4a9c..614dc0b1c0 100644 --- a/tools/vim/lammps.vim +++ b/tools/vim/lammps.vim @@ -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 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 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