Skip to content

Instantly share code, notes, and snippets.

@VincentRbbmnd
Last active December 4, 2018 22:20
Show Gist options
  • Save VincentRbbmnd/1fb42c68f888ab8a109f to your computer and use it in GitHub Desktop.
Save VincentRbbmnd/1fb42c68f888ab8a109f to your computer and use it in GitHub Desktop.
Count LOC with Sublime Text
// find->find in files with RegEx enabled
^.*\S+.*$
// Where:
c:\your_folder\,*.php,*.phtml,*.js,*.inc,*.html, -*/folder_to_exclude/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment