Skip to content

Commit

Permalink
Merge pull request #144 from guillermooo/edit-projectrs
Browse files Browse the repository at this point in the history
English?
  • Loading branch information
guillermooo committed Apr 5, 2015
2 parents 6bccbcf + d19b418 commit a29eede
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion source/extensibility/syntaxdefs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ Let's examine the key elements.
programming language you are creating the syntax definition for.

``scopeName``
The top level scope for this syntax definition. It takes the form
The topmost scope for this syntax definition. It takes the form
``source.<lang_name>`` or ``text.<lang_name>``. For programming languages,
use ``source``. For markup and everything else, use ``text``.

Expand Down
2 changes: 1 addition & 1 deletion source/file_management/file_management.rst
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ The ``.sublime-project`` Format
-------------------------------

Project metadata in ``.sublime-project`` files
is split across three top level sections:
is split across three topmost sections:
``folders``, for the included folders; ``settings``,
for project-specific settings;
and ``build_systems``, for project-specific build systems.
Expand Down
6 changes: 3 additions & 3 deletions source/reference/color_schemes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Structure of a Color Scheme File
Color scheme files are based
on the Property List format.
All color scheme files share
the same top-level structure.
the same topmost structure.

Colors can be expressed in the
following formats: ``#RRGGBB``, ``#RGB``.
Expand All @@ -90,7 +90,7 @@ accept an alpha channel value:
.. contents:: Contents
:local:

Top-level Elements in Color Schemes Files
Topmost Elements in Color Schemes Files
*****************************************

.. code-block:: xml
Expand Down Expand Up @@ -136,7 +136,7 @@ These settings affect global visual items
in the editing area.

Global settings go inside a ``<dict>`` element
within the top-level ``<array>``.
within the topmost ``<array>``.

.. code-block:: xml
Expand Down
2 changes: 1 addition & 1 deletion source/reference/comments.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Structure of a Comment Metadata File
====================================

All comment metadata files
share the same top-level structure,
share the same topmost structure,
which is inherited from Property List format:

.. code-block:: xml
Expand Down
4 changes: 2 additions & 2 deletions source/reference/metadata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ several types of metadata.
Structure of a Metadata File
============================

All metadata files share the same top-level structure,
All metadata files share the same topmost structure,
which is inherited from the Property List format.

.. code-block:: xml
Expand All @@ -117,7 +117,7 @@ which is inherited from the Property List format.
</dict>
</plist>
Sublime Text uses the following top-level keys
Sublime Text uses the following topmost keys
in metadata files;
all others are ignored by default.

Expand Down
2 changes: 1 addition & 1 deletion source/reference/plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Sublime Text ships with a trimmed down standard library.
Automatic Plugin Reload
***********************

Sublime Text will reload top-level Python modules as they change (perhaps
Sublime Text will reload topmost Python modules as they change (perhaps
because you are editing a *.py* file within *Packages*). By contrast, Python
subpackages won't be reloaded automatically, and this can lead to confusion
while you're developing plugins. Generally speaking, it's best to restart
Expand Down
2 changes: 1 addition & 1 deletion source/reference/symbols.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Structure of a Symbol Definition File
=====================================

All metadata files
share the same top-level structure,
share the same topmost structure,
which is inherited from the Property List format.


Expand Down
2 changes: 1 addition & 1 deletion source/reference/syntaxdefs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ import statements in other language definitions.
interface. It's usually the name of the programming language or equivalent.

``scopeName``
Name of the top-level scope for this syntax definition. Either
Name of the topmost scope for this syntax definition. Either
``source.<lang>`` or ``text.<lang>``. Use ``source`` for programming
languages and ``text`` for markup and everything else.

Expand Down

0 comments on commit a29eede

Please sign in to comment.